Html Css Color HEX #558576 Cutty Sark

📋 copy color: '#558576'

red 85 ◦ green 133 ◦ blue 118

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

Shades of Cutty Sark #558576

Tints of Cutty Sark #558576

RGB

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

 GREEN value IS 133 (52.34% from 255) = 39.58%

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

R = 25.3%
G = 39.58%
B = 35.12%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#558576 (or 0x558576) is known color: Cutty Sark. HEX triplet: 55, 85 and 76. RGB value is (85,133,118). Sum of RGB (Red+Green+Blue) = 85+133+118=336 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.30% from 336); Green value is 133 (52.34% from 255 or 39.58% from 336); Blue value is 118 (46.48% from 255 or 35.12% from 336); Max value from RGB is 133 - color contains mainly: green. Hex color #558576 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #558576 is #AA7A89. Grayscale: #747474. Windows color (decimal): -11172490 or 7767381. OLE color: 7767381.

HSL color Cylindrical-coordinate representation of color #558576: hue angle of 161.25º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #558576 is Cyan = 0.36, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB 85 133 118 -
CMYK 0.36 0 0.11 0.48
HSL 161.25º 0.22% 0.43% -
HSV(B) 161.25º 0.36% 0.52% -
XYZ 15.4 20.01 20.19 -
YUV 116.94 128.6 105.22 -
System Red Green Blue C M Y K H S L
Decimal 85 133 118 0.36 0 0.11 0.48 161.25 0.22 0.43
Hex 55 85 76 24 0 B 30 A1 16 2B
Octal 125 205 166 44 0 13 60 241 26 53
Binary 1010101 10000101 1110110 100100 0 1011 110000 10100001 10110 101011

Color Harmonies of #558576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558576

Black with #558576

Text Example


Text Example

White with #558576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #558576; }

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

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

background-color css

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

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

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

border-color css

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

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

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