#55806F

Color #55806F Cutty Sark (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cutty Sark #55806F

Tints of Cutty Sark #55806F

Color information

#55806F (or 0x55806F) is unknown color: approx Cutty Sark. HEX triplet: 55, 80 and 6F. RGB value is (85,128,111). Sum of RGB (Red+Green+Blue) = 85+128+111=324 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.23% from 324); Green value is 128 (50.39% from 255 or 39.51% from 324); Blue value is 111 (43.75% from 255 or 34.26% from 324); Max value from RGB is 128 - color contains mainly: green. Hex color #55806F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55806F is #AA7F90. Grayscale: #717171. Windows color (decimal): -11173777 or 7307349. OLE color: 7307349.

HSL color Cylindrical-coordinate representation of color #55806F: hue angle of 156.28º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #55806F is Cyan = 0.34, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.50.

Color convert

RGB85128111-
CMYK0.3400.130.50
HSL156.28º20.19%41.76%-
HSV(B)156.28º33.59%50.2%-
XYZ14.3318.5217.86-
YUV113.2126.75107.88-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.23%
GREEN value IS 128 (50.39% from 255) = 39.51%
BLUE value IS 111 (43.75% from 255) = 34.26%
R=26.23%
G=39.51%
B=34.26%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal851281110.3400.130.50156.2820.1941.76
Hex55806F220D329c142a
Octal12520015742015622342452
Binary1010101100000001101111100010011011100101001110010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55806F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55806F; }

 p { color: rgb(85,128,111); }

 H1.HeaderClassName
 {
   color: #55806F;
 }
 .AnyTagClassName
 {
   color: #55806F;
 }
</style>
background-color css

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

 a { background-color: rgb(85,128,111); }

 div.DivClassName
 {
   background-color: #55806F;
 }
 .BgClassName
 {
   background-color: #55806F;
 }
</style>
border-color css

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

 span { border-color: rgb(85,128,111); }

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