#11584B

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

Shades of Cyprus #11584B

Tints of Cyprus #11584B

Color information

#11584B (or 0x11584B) is unknown color: approx Cyprus. HEX triplet: 11, 58 and 4B. RGB value is (17,88,75). Sum of RGB (Red+Green+Blue) = 17+88+75=180 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.44% from 180); Green value is 88 (34.77% from 255 or 48.89% from 180); Blue value is 75 (29.69% from 255 or 41.67% from 180); Max value from RGB is 88 - color contains mainly: green. Hex color #11584B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11584B is #EEA7B4. Grayscale: #414141. Windows color (decimal): -15640501 or 4937745. OLE color: 4937745.

HSL color Cylindrical-coordinate representation of color #11584B: hue angle of 169.01º 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 #11584B is Cyan = 0.81, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.65.

Color convert

RGB178875-
CMYK0.8100.150.65
HSL169.01º67.62%20.59%-
HSV(B)169.01º80.68%34.51%-
XYZ4.997.617.86-
YUV65.29133.4893.56-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.44%
GREEN value IS 88 (34.77% from 255) = 48.89%
BLUE value IS 75 (29.69% from 255) = 41.67%
R=9.44%
G=48.89%
B=41.67%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1788750.8100.150.65169.0167.6220.59
Hex11584B510F41a94415
Octal2113011312101710125110425
Binary1000110110001001011101000101111100000110101001100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11584B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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