Html Css Color HEX #558872 Cutty Sark

📋 copy color: '#558872'

red 85 ◦ green 136 ◦ blue 114

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

Shades of Cutty Sark #558872

Tints of Cutty Sark #558872

RGB

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

 GREEN value IS 136 (53.52% from 255) = 40.6%

 BLUE value IS 114 (44.92% from 255) = 34.03%

R = 25.37%
G = 40.6%
B = 34.03%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#558872 (or 0x558872) is known color: Cutty Sark. HEX triplet: 55, 88 and 72. RGB value is (85,136,114). Sum of RGB (Red+Green+Blue) = 85+136+114=335 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.37% from 335); Green value is 136 (53.52% from 255 or 40.60% from 335); Blue value is 114 (44.92% from 255 or 34.03% from 335); Max value from RGB is 136 - color contains mainly: green. Hex color #558872 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #558872 is #AA778D. Grayscale: #767676. Windows color (decimal): -11171726 or 7506005. OLE color: 7506005.

HSL color Cylindrical-coordinate representation of color #558872: hue angle of 154.12º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #558872 is Cyan = 0.38, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB 85 136 114 -
CMYK 0.38 0 0.16 0.47
HSL 154.12º 0.23% 0.43% -
HSV(B) 154.12º 0.38% 0.53% -
XYZ 15.59 20.75 19.1 -
YUV 118.24 125.6 104.29 -
System Red Green Blue C M Y K H S L
Decimal 85 136 114 0.38 0 0.16 0.47 154.12 0.23 0.43
Hex 55 88 72 26 0 10 2F 9A 17 2B
Octal 125 210 162 46 0 20 57 232 27 53
Binary 1010101 10001000 1110010 100110 0 10000 101111 10011010 10111 101011

Color Harmonies of #558872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558872

Black with #558872

Text Example


Text Example

White with #558872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #558872; }

 p { color: rgb(85,136,114); }

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

background-color css

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

 a { background-color: rgb(85,136,114); }

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

border-color css

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

 span { border-color: rgb(85,136,114); }

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