#11584C

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

Shades of Cyprus #11584C

Tints of Cyprus #11584C

Color information

#11584C (or 0x11584C) is unknown color: approx Cyprus. HEX triplet: 11, 58 and 4C. RGB value is (17,88,76). Sum of RGB (Red+Green+Blue) = 17+88+76=181 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.39% from 181); Green value is 88 (34.77% from 255 or 48.62% from 181); Blue value is 76 (30.08% from 255 or 41.99% from 181); Max value from RGB is 88 - color contains mainly: green. Hex color #11584C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11584C is #EEA7B3. Grayscale: #414141. Windows color (decimal): -15640500 or 5003281. OLE color: 5003281.

HSL color Cylindrical-coordinate representation of color #11584C: hue angle of 169.86º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #11584C is Cyan = 0.81, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.65.

Color convert

RGB178876-
CMYK0.8100.140.65
HSL169.86º67.62%20.59%-
HSV(B)169.86º80.68%34.51%-
XYZ5.037.628.04-
YUV65.4133.9893.48-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.39%
GREEN value IS 88 (34.77% from 255) = 48.62%
BLUE value IS 76 (30.08% from 255) = 41.99%
R=9.39%
G=48.62%
B=41.99%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1788760.8100.140.65169.8667.6220.59
Hex11584C510E41aa4415
Octal2113011412101610125210425
Binary1000110110001001100101000101110100000110101010100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11584C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11584C; }

 p { color: rgb(17,88,76); }

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

<style>
 a { background-color: #11584C; }

 a { background-color: rgb(17,88,76); }

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

<style>
 span { border-color: #11584C; }

 span { border-color: rgb(17,88,76); }

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