#56866A

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

Shades of Cutty Sark #56866A

Tints of Cutty Sark #56866A

Color information

#56866A (or 0x56866A) is unknown color: approx Cutty Sark. HEX triplet: 56, 86 and 6A. RGB value is (86,134,106). Sum of RGB (Red+Green+Blue) = 86+134+106=326 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.38% from 326); Green value is 134 (52.73% from 255 or 41.10% from 326); Blue value is 106 (41.80% from 255 or 32.52% from 326); Max value from RGB is 134 - color contains mainly: green. Hex color #56866A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56866A is #A97995. Grayscale: #747474. Windows color (decimal): -11106710 or 6981206. OLE color: 6981206.

HSL color Cylindrical-coordinate representation of color #56866A: hue angle of 145º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #56866A is Cyan = 0.36, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB86134106-
CMYK0.3600.210.47
HSL145º21.82%43.14%-
HSV(B)145º35.82%52.55%-
XYZ14.9620.0716.72-
YUV116.46122.1106.28-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.38%
GREEN value IS 134 (52.73% from 255) = 41.10%
BLUE value IS 106 (41.80% from 255) = 32.52%
R=26.38%
G=41.10%
B=32.52%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal861341060.3600.210.4714521.8243.14
Hex56866A240152F91162b
Octal12620615244025572212653
Binary10101101000011011010101001000101011011111001000110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56866A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56866A; }

 p { color: rgb(86,134,106); }

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

<style>
 a { background-color: #56866A; }

 a { background-color: rgb(86,134,106); }

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

<style>
 span { border-color: #56866A; }

 span { border-color: rgb(86,134,106); }

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