Html Css Color HEX #558176 Cutty Sark

📋 copy color: '#558176'

red 85 ◦ green 129 ◦ blue 118

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

Shades of Cutty Sark #558176

Tints of Cutty Sark #558176

RGB

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

 GREEN value IS 129 (50.78% from 255) = 38.86%

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

R = 25.6%
G = 38.86%
B = 35.54%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.09

 K value IS 0.49

RGB Variations

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

Color information

#558176 (or 0x558176) is known color: Cutty Sark. HEX triplet: 55, 81 and 76. RGB value is (85,129,118). Sum of RGB (Red+Green+Blue) = 85+129+118=332 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.60% from 332); Green value is 129 (50.78% from 255 or 38.86% from 332); Blue value is 118 (46.48% from 255 or 35.54% from 332); Max value from RGB is 129 - color contains mainly: green. Hex color #558176 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #558176 is #AA7E89. Grayscale: #727272. Windows color (decimal): -11173514 or 7766357. OLE color: 7766357.

HSL color Cylindrical-coordinate representation of color #558176: hue angle of 165º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #558176 is Cyan = 0.34, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB 85 129 118 -
CMYK 0.34 0 0.09 0.49
HSL 165º 0.21% 0.42% -
HSV(B) 165º 0.34% 0.51% -
XYZ 14.87 18.94 20.01 -
YUV 114.59 129.92 106.89 -
System Red Green Blue C M Y K H S L
Decimal 85 129 118 0.34 0 0.09 0.49 165 0.21 0.42
Hex 55 81 76 22 0 9 31 A5 15 2A
Octal 125 201 166 42 0 11 61 245 25 52
Binary 1010101 10000001 1110110 100010 0 1001 110001 10100101 10101 101010

Color Harmonies of #558176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558176

Black with #558176

Text Example


Text Example

White with #558176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #558176; }

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

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

background-color css

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

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

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

border-color css

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

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

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