#56756B

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

Shades of Cutty Sark #56756B

Tints of Cutty Sark #56756B

Color information

#56756B (or 0x56756B) is unknown color: approx Cutty Sark. HEX triplet: 56, 75 and 6B. RGB value is (86,117,107). Sum of RGB (Red+Green+Blue) = 86+117+107=310 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.74% from 310); Green value is 117 (46.09% from 255 or 37.74% from 310); Blue value is 107 (42.19% from 255 or 34.52% from 310); Max value from RGB is 117 - color contains mainly: green. Hex color #56756B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56756B is #A98A94. Grayscale: #6A6A6A. Windows color (decimal): -11111061 or 7042390. OLE color: 7042390.

HSL color Cylindrical-coordinate representation of color #56756B: hue angle of 160.65º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #56756B is Cyan = 0.26, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB86117107-
CMYK0.2600.090.54
HSL160.65º15.27%39.8%-
HSV(B)160.65º26.5%45.88%-
XYZ12.8515.7616.27-
YUV106.59128.23113.31-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.74%
GREEN value IS 117 (46.09% from 255) = 37.74%
BLUE value IS 107 (42.19% from 255) = 34.52%
R=27.74%
G=37.74%
B=34.52%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal861171070.2600.090.54160.6515.2739.8
Hex56756B1A0936a1f28
Octal12616515332011662411750
Binary1010110111010111010111101001001110110101000011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56756B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,117,107); }

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

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

 a { background-color: rgb(86,117,107); }

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

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

 span { border-color: rgb(86,117,107); }

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