#56916E

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

Shades of Cutty Sark #56916E

Tints of Cutty Sark #56916E

Color information

#56916E (or 0x56916E) is unknown color: approx Cutty Sark. HEX triplet: 56, 91 and 6E. RGB value is (86,145,110). Sum of RGB (Red+Green+Blue) = 86+145+110=341 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.22% from 341); Green value is 145 (57.03% from 255 or 42.52% from 341); Blue value is 110 (43.36% from 255 or 32.26% from 341); Max value from RGB is 145 - color contains mainly: green. Hex color #56916E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56916E is #A96E91. Grayscale: #7B7B7B. Windows color (decimal): -11103890 or 7246166. OLE color: 7246166.

HSL color Cylindrical-coordinate representation of color #56916E: hue angle of 144.41º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #56916E is Cyan = 0.41, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.43.

Color convert

RGB86145110-
CMYK0.4100.240.43
HSL144.41º25.54%45.29%-
HSV(B)144.41º40.69%56.86%-
XYZ16.7823.3618.38-
YUV123.37120.45101.35-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.22%
GREEN value IS 145 (57.03% from 255) = 42.52%
BLUE value IS 110 (43.36% from 255) = 32.26%
R=25.22%
G=42.52%
B=32.26%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal861451100.4100.240.43144.4125.5445.29
Hex56916E290182B901a2d
Octal12622115651030532203255
Binary10101101001000111011101010010110001010111001000011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56916E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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