#56906D

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

Shades of Cutty Sark #56906D

Tints of Cutty Sark #56906D

Color information

#56906D (or 0x56906D) is unknown color: approx Cutty Sark. HEX triplet: 56, 90 and 6D. RGB value is (86,144,109). Sum of RGB (Red+Green+Blue) = 86+144+109=339 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.37% from 339); Green value is 144 (56.64% from 255 or 42.48% from 339); Blue value is 109 (42.97% from 255 or 32.15% from 339); Max value from RGB is 144 - color contains mainly: green. Hex color #56906D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56906D is #A96F92. Grayscale: #7A7A7A. Windows color (decimal): -11104147 or 7180374. OLE color: 7180374.

HSL color Cylindrical-coordinate representation of color #56906D: hue angle of 143.79º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #56906D is Cyan = 0.40, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.

Color convert

RGB86144109-
CMYK0.4000.240.44
HSL143.79º25.22%45.1%-
HSV(B)143.79º40.28%56.47%-
XYZ16.5723.0318.04-
YUV122.67120.28101.85-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.37%
GREEN value IS 144 (56.64% from 255) = 42.48%
BLUE value IS 109 (42.97% from 255) = 32.15%
R=25.37%
G=42.48%
B=32.15%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal861441090.4000.240.44143.7925.2245.1
Hex56906D280182C90192d
Octal12622015550030542203155
Binary10101101001000011011011010000110001011001001000011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56906D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56906D; }

 p { color: rgb(86,144,109); }

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

<style>
 a { background-color: #56906D; }

 a { background-color: rgb(86,144,109); }

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

<style>
 span { border-color: #56906D; }

 span { border-color: rgb(86,144,109); }

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