#11564E

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

Shades of Cyprus #11564E

Tints of Cyprus #11564E

Color information

#11564E (or 0x11564E) is unknown color: approx Cyprus. HEX triplet: 11, 56 and 4E. RGB value is (17,86,78). Sum of RGB (Red+Green+Blue) = 17+86+78=181 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.39% from 181); Green value is 86 (33.98% from 255 or 47.51% from 181); Blue value is 78 (30.86% from 255 or 43.09% from 181); Max value from RGB is 86 - color contains mainly: green. Hex color #11564E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11564E is #EEA9B1. Grayscale: #404040. Windows color (decimal): -15641010 or 5133841. OLE color: 5133841.

HSL color Cylindrical-coordinate representation of color #11564E: hue angle of 173.04º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #11564E is Cyan = 0.80, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.66.

Color convert

RGB178678-
CMYK0.8000.090.66
HSL173.04º66.99%20.2%-
HSV(B)173.04º80.23%33.73%-
XYZ4.937.328.36-
YUV64.46135.6494.15-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.39%
GREEN value IS 86 (33.98% from 255) = 47.51%
BLUE value IS 78 (30.86% from 255) = 43.09%
R=9.39%
G=47.51%
B=43.09%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1786780.8000.090.66173.0466.9920.2
Hex11564E500942ad4314
Octal2112611612001110225510324
Binary1000110101101001110101000001001100001010101101100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11564E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,86,78); }

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

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

 a { background-color: rgb(17,86,78); }

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

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

 span { border-color: rgb(17,86,78); }

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