#56796B

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

Shades of Cutty Sark #56796B

Tints of Cutty Sark #56796B

Color information

#56796B (or 0x56796B) is unknown color: approx Cutty Sark. HEX triplet: 56, 79 and 6B. RGB value is (86,121,107). Sum of RGB (Red+Green+Blue) = 86+121+107=314 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.39% from 314); Green value is 121 (47.66% from 255 or 38.54% from 314); Blue value is 107 (42.19% from 255 or 34.08% from 314); Max value from RGB is 121 - color contains mainly: green. Hex color #56796B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56796B is #A98694. Grayscale: #6C6C6C. Windows color (decimal): -11110037 or 7043414. OLE color: 7043414.

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

Color convert

RGB86121107-
CMYK0.2900.120.53
HSL156º16.91%40.59%-
HSV(B)156º28.93%47.45%-
XYZ13.3316.7116.43-
YUV108.94126.9111.64-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.39%
GREEN value IS 121 (47.66% from 255) = 38.54%
BLUE value IS 107 (42.19% from 255) = 34.08%
R=27.39%
G=38.54%
B=34.08%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal861211070.2900.120.5315616.9140.59
Hex56796B1D0C359c1129
Octal12617115335014652342151
Binary10101101111001110101111101011001101011001110010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56796B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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