#56816C

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

Shades of Cutty Sark #56816C

Tints of Cutty Sark #56816C

Color information

#56816C (or 0x56816C) is unknown color: approx Cutty Sark. HEX triplet: 56, 81 and 6C. RGB value is (86,129,108). Sum of RGB (Red+Green+Blue) = 86+129+108=323 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.63% from 323); Green value is 129 (50.78% from 255 or 39.94% from 323); Blue value is 108 (42.58% from 255 or 33.44% from 323); Max value from RGB is 129 - color contains mainly: green. Hex color #56816C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56816C is #A97E93. Grayscale: #717171. Windows color (decimal): -11107988 or 7110998. OLE color: 7110998.

HSL color Cylindrical-coordinate representation of color #56816C: hue angle of 150.7º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #56816C is Cyan = 0.33, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB86129108-
CMYK0.3300.160.49
HSL150.7º20%42.16%-
HSV(B)150.7º33.33%50.59%-
XYZ14.3918.7617.05-
YUV113.75124.75108.21-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.63%
GREEN value IS 129 (50.78% from 255) = 39.94%
BLUE value IS 108 (42.58% from 255) = 33.44%
R=26.63%
G=39.94%
B=33.44%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal861291080.3300.160.49150.72042.16
Hex56816C210103197142a
Octal12620115441020612272452
Binary10101101000000111011001000010100001100011001011110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56816C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,129,108); }

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

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

 a { background-color: rgb(86,129,108); }

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

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

 span { border-color: rgb(86,129,108); }

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