#55786B

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

Shades of Cutty Sark #55786B

Tints of Cutty Sark #55786B

Color information

#55786B (or 0x55786B) is unknown color: approx Cutty Sark. HEX triplet: 55, 78 and 6B. RGB value is (85,120,107). Sum of RGB (Red+Green+Blue) = 85+120+107=312 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.24% from 312); Green value is 120 (47.27% from 255 or 38.46% from 312); Blue value is 107 (42.19% from 255 or 34.29% from 312); Max value from RGB is 120 - color contains mainly: green. Hex color #55786B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55786B is #AA8794. Grayscale: #6C6C6C. Windows color (decimal): -11175829 or 7043157. OLE color: 7043157.

HSL color Cylindrical-coordinate representation of color #55786B: hue angle of 157.71º 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 #55786B is Cyan = 0.29, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB85120107-
CMYK0.2900.110.53
HSL157.71º17.07%40.2%-
HSV(B)157.71º29.17%47.06%-
XYZ13.1216.4316.39-
YUV108.05127.4111.56-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.24%
GREEN value IS 120 (47.27% from 255) = 38.46%
BLUE value IS 107 (42.19% from 255) = 34.29%
R=27.24%
G=38.46%
B=34.29%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal851201070.2900.110.53157.7117.0740.2
Hex55786B1D0B359e1128
Octal12517015335013652362150
Binary10101011111000110101111101010111101011001111010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55786B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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