#559576

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

Shades of Cutty Sark #559576

Tints of Cutty Sark #559576

Color information

#559576 (or 0x559576) is unknown color: approx Cutty Sark. HEX triplet: 55, 95 and 76. RGB value is (85,149,118). Sum of RGB (Red+Green+Blue) = 85+149+118=352 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.15% from 352); Green value is 149 (58.59% from 255 or 42.33% from 352); Blue value is 118 (46.48% from 255 or 33.52% from 352); Max value from RGB is 149 - color contains mainly: green. Hex color #559576 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559576 is #AA6A89. Grayscale: #7E7E7E. Windows color (decimal): -11168394 or 7771477. OLE color: 7771477.

HSL color Cylindrical-coordinate representation of color #559576: hue angle of 150.94º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #559576 is Cyan = 0.43, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB85149118-
CMYK0.4300.210.42
HSL150.94º27.35%45.88%-
HSV(B)150.94º42.95%58.43%-
XYZ17.7624.7320.98-
YUV126.33123.398.52-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.15%
GREEN value IS 149 (58.59% from 255) = 42.33%
BLUE value IS 118 (46.48% from 255) = 33.52%
R=24.15%
G=42.33%
B=33.52%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal851491180.4300.210.42150.9427.3545.88
Hex5595762B0152A971b2e
Octal12522516653025522273356
Binary10101011001010111101101010110101011010101001011111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559576; }

 p { color: rgb(85,149,118); }

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

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

 a { background-color: rgb(85,149,118); }

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

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

 span { border-color: rgb(85,149,118); }

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