Html Css Color HEX #559376 Cutty Sark

📋 copy color: '#559376'

red 85 ◦ green 147 ◦ blue 118

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

Shades of Cutty Sark #559376

Tints of Cutty Sark #559376

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

 M value IS 0

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

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

RGB 85 147 118 -
CMYK 0.42 0 0.20 0.42
HSL 151.94º 0.27% 0.45% -
HSV(B) 151.94º 0.42% 0.58% -
XYZ 17.45 24.11 20.87 -
YUV 125.16 123.96 99.36 -
System Red Green Blue C M Y K H S L
Decimal 85 147 118 0.42 0 0.20 0.42 151.94 0.27 0.45
Hex 55 93 76 2A 0 14 2A 98 1B 2D
Octal 125 223 166 52 0 24 52 230 33 55
Binary 1010101 10010011 1110110 101010 0 10100 101010 10011000 11011 101101

Color Harmonies of #559376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559376

Black with #559376

Text Example


Text Example

White with #559376

Text Example


Text Example

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