#56806B

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

Shades of Cutty Sark #56806B

Tints of Cutty Sark #56806B

Color information

#56806B (or 0x56806B) is unknown color: approx Cutty Sark. HEX triplet: 56, 80 and 6B. RGB value is (86,128,107). Sum of RGB (Red+Green+Blue) = 86+128+107=321 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.79% from 321); Green value is 128 (50.39% from 255 or 39.88% from 321); Blue value is 107 (42.19% from 255 or 33.33% from 321); Max value from RGB is 128 - color contains mainly: green. Hex color #56806B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56806B is #A97F94. Grayscale: #717171. Windows color (decimal): -11108245 or 7045206. OLE color: 7045206.

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

Color convert

RGB86128107-
CMYK0.3300.160.50
HSL150º19.63%41.96%-
HSV(B)150º32.81%50.2%-
XYZ14.2118.4816.73-
YUV113.05124.59108.71-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.79%
GREEN value IS 128 (50.39% from 255) = 39.88%
BLUE value IS 107 (42.19% from 255) = 33.33%
R=26.79%
G=39.88%
B=33.33%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal861281070.3300.160.5015019.6341.96
Hex56806B210103296142a
Octal12620015341020622262452
Binary10101101000000011010111000010100001100101001011010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56806B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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