#56796F

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

Shades of Cutty Sark #56796F

Tints of Cutty Sark #56796F

Color information

#56796F (or 0x56796F) is unknown color: approx Cutty Sark. HEX triplet: 56, 79 and 6F. RGB value is (86,121,111). Sum of RGB (Red+Green+Blue) = 86+121+111=318 (42% of max value = 765). Red value is 86 (33.98% from 255 or 27.04% from 318); Green value is 121 (47.66% from 255 or 38.05% from 318); Blue value is 111 (43.75% from 255 or 34.91% from 318); Max value from RGB is 121 - color contains mainly: green. Hex color #56796F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56796F is #A98690. Grayscale: #6D6D6D. Windows color (decimal): -11110033 or 7305558. OLE color: 7305558.

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

Color convert

RGB86121111-
CMYK0.2900.080.53
HSL162.86º16.91%40.59%-
HSV(B)162.86º28.93%47.45%-
XYZ13.5416.817.57-
YUV109.4128.9111.31-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.04%
GREEN value IS 121 (47.66% from 255) = 38.05%
BLUE value IS 111 (43.75% from 255) = 34.91%
R=27.04%
G=38.05%
B=34.91%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal861211110.2900.080.53162.8616.9140.59
Hex56796F1D0835a31129
Octal12617115735010652432151
Binary10101101111001110111111101010001101011010001110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56796F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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