Html Css Color HEX #558976 Cutty Sark

📋 copy color: '#558976'

red 85 ◦ green 137 ◦ blue 118

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

Shades of Cutty Sark #558976

Tints of Cutty Sark #558976

RGB

 RED value IS 85 (33.59% from 255) = 25%

 GREEN value IS 137 (53.91% from 255) = 40.29%

 BLUE value IS 118 (46.48% from 255) = 34.71%

R = 25%
G = 40.29%
B = 34.71%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.14

 K value IS 0.46

RGB Variations

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

Color information

#558976 (or 0x558976) is known color: Cutty Sark. HEX triplet: 55, 89 and 76. RGB value is (85,137,118). Sum of RGB (Red+Green+Blue) = 85+137+118=340 (45% of max value = 765). Red value is 85 (33.59% from 255 or 25% from 340); Green value is 137 (53.91% from 255 or 40.29% from 340); Blue value is 118 (46.48% from 255 or 34.71% from 340); Max value from RGB is 137 - color contains mainly: green. Hex color #558976 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #558976 is #AA7689. Grayscale: #777777. Windows color (decimal): -11171466 or 7768405. OLE color: 7768405.

HSL color Cylindrical-coordinate representation of color #558976: hue angle of 158.08º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #558976 is Cyan = 0.38, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.46.

Color convert

RGB 85 137 118 -
CMYK 0.38 0 0.14 0.46
HSL 158.08º 0.23% 0.44% -
HSV(B) 158.08º 0.38% 0.54% -
XYZ 15.96 21.13 20.38 -
YUV 119.29 127.27 103.54 -
System Red Green Blue C M Y K H S L
Decimal 85 137 118 0.38 0 0.14 0.46 158.08 0.23 0.44
Hex 55 89 76 26 0 E 2E 9E 17 2C
Octal 125 211 166 46 0 16 56 236 27 54
Binary 1010101 10001001 1110110 100110 0 1110 101110 10011110 10111 101100

Color Harmonies of #558976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558976

Black with #558976

Text Example


Text Example

White with #558976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #558976; }

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

 H1.HeaderClassName
 {
   color: #558976;
 }
 .AnyTagClassName
 {
   color: #558976;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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