#558F6E

Color #558F6E Cutty Sark (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cutty Sark #558F6E

Tints of Cutty Sark #558F6E

Color information

#558F6E (or 0x558F6E) is unknown color: approx Cutty Sark. HEX triplet: 55, 8F and 6E. RGB value is (85,143,110). Sum of RGB (Red+Green+Blue) = 85+143+110=338 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.15% from 338); Green value is 143 (56.25% from 255 or 42.31% from 338); Blue value is 110 (43.36% from 255 or 32.54% from 338); Max value from RGB is 143 - color contains mainly: green. Hex color #558F6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #558F6E is #AA7091. Grayscale: #797979. Windows color (decimal): -11169938 or 7245653. OLE color: 7245653.

HSL color Cylindrical-coordinate representation of color #558F6E: hue angle of 145.86º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #558F6E is Cyan = 0.41, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.44.

Color convert

RGB85143110-
CMYK0.4100.230.44
HSL145.86º25.44%44.71%-
HSV(B)145.86º40.56%56.08%-
XYZ16.3822.718.27-
YUV121.9121.28101.68-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 85 (33.59% from 255) = 25.15%
GREEN value IS 143 (56.25% from 255) = 42.31%
BLUE value IS 110 (43.36% from 255) = 32.54%
R=25.15%
G=42.31%
B=32.54%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal851431100.4100.230.44145.8625.4444.71
Hex558F6E290172C92192d
Octal12521715651027542223155
Binary10101011000111111011101010010101111011001001001011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #558F6E; }

 p { color: rgb(85,143,110); }

 H1.HeaderClassName
 {
   color: #558F6E;
 }
 .AnyTagClassName
 {
   color: #558F6E;
 }
</style>
background-color css

<style>
 a { background-color: #558F6E; }

 a { background-color: rgb(85,143,110); }

 div.DivClassName
 {
   background-color: #558F6E;
 }
 .BgClassName
 {
   background-color: #558F6E;
 }
</style>
border-color css

<style>
 span { border-color: #558F6E; }

 span { border-color: rgb(85,143,110); }

 td.TdClassName
 {
   border-color: #558F6E;
 }
 .TagClassName
 {
   border-color: #558F6E;
 }
</style>