#56906E

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

Shades of Cutty Sark #56906E

Tints of Cutty Sark #56906E

Color information

#56906E (or 0x56906E) is unknown color: approx Cutty Sark. HEX triplet: 56, 90 and 6E. RGB value is (86,144,110). Sum of RGB (Red+Green+Blue) = 86+144+110=340 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.29% from 340); Green value is 144 (56.64% from 255 or 42.35% from 340); Blue value is 110 (43.36% from 255 or 32.35% from 340); Max value from RGB is 144 - color contains mainly: green. Hex color #56906E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56906E is #A96F91. Grayscale: #7A7A7A. Windows color (decimal): -11104146 or 7245910. OLE color: 7245910.

HSL color Cylindrical-coordinate representation of color #56906E: hue angle of 144.83º 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 #56906E is Cyan = 0.40, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.

Color convert

RGB86144110-
CMYK0.4000.240.44
HSL144.83º25.22%45.1%-
HSV(B)144.83º40.28%56.47%-
XYZ16.6323.0518.32-
YUV122.78120.78101.76-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.29%
GREEN value IS 144 (56.64% from 255) = 42.35%
BLUE value IS 110 (43.36% from 255) = 32.35%
R=25.29%
G=42.35%
B=32.35%

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
Decimal861441100.4000.240.44144.8325.2245.1
Hex56906E280182C91192d
Octal12622015650030542213155
Binary10101101001000011011101010000110001011001001000111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56906E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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