#559376

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

Shades of Cutty Sark #559376

Tints of Cutty Sark #559376

Color information

#559376 (or 0x559376) is unknown color: approx Cutty Sark. HEX triplet: 55, 93 and 76. RGB value is (85,147,118). Sum of RGB (Red+Green+Blue) = 85+147+118=350 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.29% from 350); Green value is 147 (57.81% from 255 or 42% from 350); Blue value is 118 (46.48% from 255 or 33.71% from 350); Max value from RGB is 147 - color contains mainly: green. Hex color #559376 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559376 is #AA6C89. Grayscale: #7D7D7D. Windows color (decimal): -11168906 or 7770965. OLE color: 7770965.

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

Color convert

RGB85147118-
CMYK0.4200.200.42
HSL151.94º26.72%45.49%-
HSV(B)151.94º42.18%57.65%-
XYZ17.4524.1120.87-
YUV125.16123.9699.36-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.29%
GREEN value IS 147 (57.81% from 255) = 42%
BLUE value IS 118 (46.48% from 255) = 33.71%
R=24.29%
G=42%
B=33.71%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal851471180.4200.200.42151.9426.7245.49
Hex5593762A0142A981b2d
Octal12522316652024522303355
Binary10101011001001111101101010100101001010101001100011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559376; }

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

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

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

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

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

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

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

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