Html Css Color HEX #558877 Cutty Sark

📋 copy color: '#558877'

red 85 ◦ green 136 ◦ blue 119

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

Shades of Cutty Sark #558877

Tints of Cutty Sark #558877

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 35%

R = 25%
G = 40%
B = 35%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.12

 K value IS 0.47

RGB Variations

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

Color information

#558877 (or 0x558877) is known color: Cutty Sark. HEX triplet: 55, 88 and 77. RGB value is (85,136,119). Sum of RGB (Red+Green+Blue) = 85+136+119=340 (45% of max value = 765). Red value is 85 (33.59% from 255 or 25% from 340); Green value is 136 (53.52% from 255 or 40% from 340); Blue value is 119 (46.88% from 255 or 35% from 340); Max value from RGB is 136 - color contains mainly: green. Hex color #558877 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #558877 is #AA7788. Grayscale: #767676. Windows color (decimal): -11171721 or 7833685. OLE color: 7833685.

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

Color convert

RGB 85 136 119 -
CMYK 0.38 0 0.12 0.47
HSL 160º 0.23% 0.43% -
HSV(B) 160º 0.38% 0.53% -
XYZ 15.88 20.87 20.64 -
YUV 118.81 128.1 103.88 -
System Red Green Blue C M Y K H S L
Decimal 85 136 119 0.38 0 0.12 0.47 160 0.23 0.43
Hex 55 88 77 26 0 C 2F A0 17 2B
Octal 125 210 167 46 0 14 57 240 27 53
Binary 1010101 10001000 1110111 100110 0 1100 101111 10100000 10111 101011

Color Harmonies of #558877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558877

Black with #558877

Text Example


Text Example

White with #558877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #558877; }

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

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

background-color css

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

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

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

border-color css

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

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

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