#558E78

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

Shades of Cutty Sark #558E78

Tints of Cutty Sark #558E78

Color information

#558E78 (or 0x558E78) is unknown color: approx Cutty Sark. HEX triplet: 55, 8E and 78. RGB value is (85,142,120). Sum of RGB (Red+Green+Blue) = 85+142+120=347 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.50% from 347); Green value is 142 (55.86% from 255 or 40.92% from 347); Blue value is 120 (47.27% from 255 or 34.58% from 347); Max value from RGB is 142 - color contains mainly: green. Hex color #558E78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #558E78 is #AA7187. Grayscale: #7A7A7A. Windows color (decimal): -11170184 or 7900757. OLE color: 7900757.

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

Color convert

RGB85142120-
CMYK0.4000.150.44
HSL156.84º25.11%44.51%-
HSV(B)156.84º40.14%55.69%-
XYZ16.8122.6321.25-
YUV122.45126.62101.29-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.50%
GREEN value IS 142 (55.86% from 255) = 40.92%
BLUE value IS 120 (47.27% from 255) = 34.58%
R=24.50%
G=40.92%
B=34.58%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal851421200.4000.150.44156.8425.1144.51
Hex558E78280F2C9d192d
Octal12521617050017542353155
Binary1010101100011101111000101000011111011001001110111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,142,120); }

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

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

 a { background-color: rgb(85,142,120); }

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

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

 span { border-color: rgb(85,142,120); }

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