#115253

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

Shades of Cyprus #115253

Tints of Cyprus #115253

Color information

#115253 (or 0x115253) is unknown color: approx Cyprus. HEX triplet: 11, 52 and 53. RGB value is (17,82,83). Sum of RGB (Red+Green+Blue) = 17+82+83=182 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.34% from 182); Green value is 82 (32.42% from 255 or 45.05% from 182); Blue value is 83 (32.81% from 255 or 45.60% from 182); Max value from RGB is 83 - color contains mainly: blue. Hex color #115253 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115253 is #EEADAC. Grayscale: #3E3E3E. Windows color (decimal): -15642029 or 5460497. OLE color: 5460497.

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

Color convert

RGB178283-
CMYK0.800.0100.67
HSL180.91º66%19.61%-
HSV(B)180.91º79.52%32.55%-
XYZ4.816.789.24-
YUV62.68139.4795.42-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.34%
GREEN value IS 82 (32.42% from 255) = 45.05%
BLUE value IS 83 (32.81% from 255) = 45.60%
R=9.34%
G=45.05%
B=45.60%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1782830.800.0100.67180.916619.61
Hex115253501043b54214
Octal211221231201010326510224
Binary1000110100101010011101000010100001110110101100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #115253; }

 p { color: rgb(17,82,83); }

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

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

 a { background-color: rgb(17,82,83); }

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

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

 span { border-color: rgb(17,82,83); }

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