#558C72

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

Shades of Cutty Sark #558C72

Tints of Cutty Sark #558C72

Color information

#558C72 (or 0x558C72) is unknown color: approx Cutty Sark. HEX triplet: 55, 8C and 72. RGB value is (85,140,114). Sum of RGB (Red+Green+Blue) = 85+140+114=339 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.07% from 339); Green value is 140 (55.08% from 255 or 41.30% from 339); Blue value is 114 (44.92% from 255 or 33.63% from 339); Max value from RGB is 140 - color contains mainly: green. Hex color #558C72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #558C72 is #AA738D. Grayscale: #787878. Windows color (decimal): -11170702 or 7507029. OLE color: 7507029.

HSL color Cylindrical-coordinate representation of color #558C72: hue angle of 151.64º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #558C72 is Cyan = 0.39, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.45.

Color convert

RGB85140114-
CMYK0.3900.190.45
HSL151.64º24.44%44.12%-
HSV(B)151.64º39.29%54.9%-
XYZ16.1621.919.3-
YUV120.59124.28102.61-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.07%
GREEN value IS 140 (55.08% from 255) = 41.30%
BLUE value IS 114 (44.92% from 255) = 33.63%
R=25.07%
G=41.30%
B=33.63%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal851401140.3900.190.45151.6424.4444.12
Hex558C72270132D98182c
Octal12521416247023552303054
Binary10101011000110011100101001110100111011011001100011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,140,114); }

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

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

 a { background-color: rgb(85,140,114); }

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

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

 span { border-color: rgb(85,140,114); }

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