#56826A

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

Shades of Cutty Sark #56826A

Tints of Cutty Sark #56826A

Color information

#56826A (or 0x56826A) is unknown color: approx Cutty Sark. HEX triplet: 56, 82 and 6A. RGB value is (86,130,106). Sum of RGB (Red+Green+Blue) = 86+130+106=322 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.71% from 322); Green value is 130 (51.17% from 255 or 40.37% from 322); Blue value is 106 (41.80% from 255 or 32.92% from 322); Max value from RGB is 130 - color contains mainly: green. Hex color #56826A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56826A is #A97D95. Grayscale: #727272. Windows color (decimal): -11107734 or 6980182. OLE color: 6980182.

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

Color convert

RGB86130106-
CMYK0.3400.180.49
HSL147.27º20.37%42.35%-
HSV(B)147.27º33.85%50.98%-
XYZ14.4218.9816.54-
YUV114.11123.42107.95-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.71%
GREEN value IS 130 (51.17% from 255) = 40.37%
BLUE value IS 106 (41.80% from 255) = 32.92%
R=26.71%
G=40.37%
B=32.92%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal861301060.3400.180.49147.2720.3742.35
Hex56826A220123193142a
Octal12620215242022612232452
Binary10101101000001011010101000100100101100011001001110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56826A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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