#55786C

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

Shades of Cutty Sark #55786C

Tints of Cutty Sark #55786C

Color information

#55786C (or 0x55786C) is unknown color: approx Cutty Sark. HEX triplet: 55, 78 and 6C. RGB value is (85,120,108). Sum of RGB (Red+Green+Blue) = 85+120+108=313 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.16% from 313); Green value is 120 (47.27% from 255 or 38.34% from 313); Blue value is 108 (42.58% from 255 or 34.50% from 313); Max value from RGB is 120 - color contains mainly: green. Hex color #55786C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55786C is #AA8793. Grayscale: #6C6C6C. Windows color (decimal): -11175828 or 7108693. OLE color: 7108693.

HSL color Cylindrical-coordinate representation of color #55786C: hue angle of 159.43º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #55786C is Cyan = 0.29, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB85120108-
CMYK0.2900.100.53
HSL159.43º17.07%40.2%-
HSV(B)159.43º29.17%47.06%-
XYZ13.1716.4516.67-
YUV108.17127.9111.48-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.16%
GREEN value IS 120 (47.27% from 255) = 38.34%
BLUE value IS 108 (42.58% from 255) = 34.50%
R=27.16%
G=38.34%
B=34.50%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal851201080.2900.100.53159.4317.0740.2
Hex55786C1D0A359f1128
Octal12517015435012652372150
Binary10101011111000110110011101010101101011001111110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55786C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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