#115553

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

Shades of Cyprus #115553

Tints of Cyprus #115553

Color information

#115553 (or 0x115553) is unknown color: approx Cyprus. HEX triplet: 11, 55 and 53. RGB value is (17,85,83). Sum of RGB (Red+Green+Blue) = 17+85+83=185 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.19% from 185); Green value is 85 (33.59% from 255 or 45.95% from 185); Blue value is 83 (32.81% from 255 or 44.86% from 185); Max value from RGB is 85 - color contains mainly: green. Hex color #115553 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115553 is #EEAAAC. Grayscale: #404040. Windows color (decimal): -15641261 or 5461265. OLE color: 5461265.

HSL color Cylindrical-coordinate representation of color #115553: hue angle of 178.24º degrees, saturation: 0.67, 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 #115553 is Cyan = 0.80, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.67.

Color convert

RGB178583-
CMYK0.8000.020.67
HSL178.24º66.67%20%-
HSV(B)178.24º80%33.33%-
XYZ5.047.249.32-
YUV64.44138.4794.16-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.19%
GREEN value IS 85 (33.59% from 255) = 45.95%
BLUE value IS 83 (32.81% from 255) = 44.86%
R=9.19%
G=45.95%
B=44.86%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1785830.8000.020.67178.2466.6720
Hex115553500243b24314
Octal211251231200210326210324
Binary10001101010110100111010000010100001110110010100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #115553; }

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

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

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

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

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

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

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

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