Html Css Color HEX #559576 Cutty Sark

📋 copy color: '#559576'

red 85 ◦ green 149 ◦ blue 118

#559576
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cutty Sark #559576

Tints of Cutty Sark #559576

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 value IS 0.43

 M value IS 0

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#559576 (or 0x559576) is known color: 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

RGB 85 149 118 -
CMYK 0.43 0 0.21 0.42
HSL 150.94º 0.27% 0.46% -
HSV(B) 150.94º 0.43% 0.58% -
XYZ 17.76 24.73 20.98 -
YUV 126.33 123.3 98.52 -
System Red Green Blue C M Y K H S L
Decimal 85 149 118 0.43 0 0.21 0.42 150.94 0.27 0.46
Hex 55 95 76 2B 0 15 2A 97 1B 2E
Octal 125 225 166 53 0 25 52 227 33 56
Binary 1010101 10010101 1110110 101011 0 10101 101010 10010111 11011 101110

Color Harmonies of #559576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559576

Black with #559576

Text Example


Text Example

White with #559576

Text Example


Text Example

HTML Codes & Css Web 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>