Html Css Color HEX #558879 Cutty Sark

📋 copy color: '#558879'

red 85 ◦ green 136 ◦ blue 121

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

Shades of Cutty Sark #558879

Tints of Cutty Sark #558879

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 35.38%

R = 24.85%
G = 39.77%
B = 35.38%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.11

 K value IS 0.47

RGB Variations

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

Color information

#558879 (or 0x558879) is known color: Cutty Sark. HEX triplet: 55, 88 and 79. RGB value is (85,136,121). Sum of RGB (Red+Green+Blue) = 85+136+121=342 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.85% from 342); Green value is 136 (53.52% from 255 or 39.77% from 342); Blue value is 121 (47.66% from 255 or 35.38% from 342); Max value from RGB is 136 - color contains mainly: green. Hex color #558879 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #558879 is #AA7786. Grayscale: #777777. Windows color (decimal): -11171719 or 7964757. OLE color: 7964757.

HSL color Cylindrical-coordinate representation of color #558879: hue angle of 162.35º 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 #558879 is Cyan = 0.38, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.47.

Color convert

RGB 85 136 121 -
CMYK 0.38 0 0.11 0.47
HSL 162.35º 0.23% 0.43% -
HSV(B) 162.35º 0.38% 0.53% -
XYZ 16 20.92 21.28 -
YUV 119.04 129.1 103.72 -
System Red Green Blue C M Y K H S L
Decimal 85 136 121 0.38 0 0.11 0.47 162.35 0.23 0.43
Hex 55 88 79 26 0 B 2F A2 17 2B
Octal 125 210 171 46 0 13 57 242 27 53
Binary 1010101 10001000 1111001 100110 0 1011 101111 10100010 10111 101011

Color Harmonies of #558879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558879

Black with #558879

Text Example


Text Example

White with #558879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #558879; }

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

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

background-color css

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

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

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

border-color css

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

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

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