Html Css Color HEX #558875 Cutty Sark

📋 copy color: '#558875'

red 85 ◦ green 136 ◦ blue 117

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

Shades of Cutty Sark #558875

Tints of Cutty Sark #558875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 34.62%

R = 25.15%
G = 40.24%
B = 34.62%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#558875 (or 0x558875) is known color: Cutty Sark. HEX triplet: 55, 88 and 75. RGB value is (85,136,117). Sum of RGB (Red+Green+Blue) = 85+136+117=338 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.15% from 338); Green value is 136 (53.52% from 255 or 40.24% from 338); Blue value is 117 (46.09% from 255 or 34.62% from 338); Max value from RGB is 136 - color contains mainly: green. Hex color #558875 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #558875 is #AA778A. Grayscale: #767676. Windows color (decimal): -11171723 or 7702613. OLE color: 7702613.

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

Color convert

RGB 85 136 117 -
CMYK 0.38 0 0.14 0.47
HSL 157.65º 0.23% 0.43% -
HSV(B) 157.65º 0.38% 0.53% -
XYZ 15.76 20.82 20.02 -
YUV 118.59 127.1 104.04 -
System Red Green Blue C M Y K H S L
Decimal 85 136 117 0.38 0 0.14 0.47 157.65 0.23 0.43
Hex 55 88 75 26 0 E 2F 9E 17 2B
Octal 125 210 165 46 0 16 57 236 27 53
Binary 1010101 10001000 1110101 100110 0 1110 101111 10011110 10111 101011

Color Harmonies of #558875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558875

Black with #558875

Text Example


Text Example

White with #558875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #558875; }

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

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

background-color css

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

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

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

border-color css

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

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

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