#11504B

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

Shades of Cyprus #11504B

Tints of Cyprus #11504B

Color information

#11504B (or 0x11504B) is unknown color: approx Cyprus. HEX triplet: 11, 50 and 4B. RGB value is (17,80,75). Sum of RGB (Red+Green+Blue) = 17+80+75=172 (22% of max value = 765). Red value is 17 (7.03% from 255 or 9.88% from 172); Green value is 80 (31.64% from 255 or 46.51% from 172); Blue value is 75 (29.69% from 255 or 43.60% from 172); Max value from RGB is 80 - color contains mainly: green. Hex color #11504B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11504B is #EEAFB4. Grayscale: #3C3C3C. Windows color (decimal): -15642549 or 4935697. OLE color: 4935697.

HSL color Cylindrical-coordinate representation of color #11504B: hue angle of 175.24º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #11504B is Cyan = 0.79, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.69.

Color convert

RGB178075-
CMYK0.7900.060.69
HSL175.24º64.95%19.02%-
HSV(B)175.24º78.75%31.37%-
XYZ4.376.367.65-
YUV60.59136.1396.91-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.88%
GREEN value IS 80 (31.64% from 255) = 46.51%
BLUE value IS 75 (29.69% from 255) = 43.60%
R=9.88%
G=46.51%
B=43.60%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1780750.7900.060.69175.2464.9519.02
Hex11504B4F0645af4113
Octal211201131170610525710123
Binary100011010000100101110011110110100010110101111100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11504B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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