#55806C

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

Shades of Cutty Sark #55806C

Tints of Cutty Sark #55806C

Color information

#55806C (or 0x55806C) is unknown color: approx Cutty Sark. HEX triplet: 55, 80 and 6C. RGB value is (85,128,108). Sum of RGB (Red+Green+Blue) = 85+128+108=321 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.48% from 321); Green value is 128 (50.39% from 255 or 39.88% from 321); Blue value is 108 (42.58% from 255 or 33.64% from 321); Max value from RGB is 128 - color contains mainly: green. Hex color #55806C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55806C is #AA7F93. Grayscale: #707070. Windows color (decimal): -11173780 or 7110741. OLE color: 7110741.

HSL color Cylindrical-coordinate representation of color #55806C: hue angle of 152.09º 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 #55806C is Cyan = 0.34, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.50.

Color convert

RGB85128108-
CMYK0.3400.160.50
HSL152.09º20.19%41.76%-
HSV(B)152.09º33.59%50.2%-
XYZ14.1718.4517-
YUV112.86125.25108.13-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.48%
GREEN value IS 128 (50.39% from 255) = 39.88%
BLUE value IS 108 (42.58% from 255) = 33.64%
R=26.48%
G=39.88%
B=33.64%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal851281080.3400.160.50152.0920.1941.76
Hex55806C220103298142a
Octal12520015442020622302452
Binary10101011000000011011001000100100001100101001100010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55806C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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