#117553

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

Shades of Salem #117553

Tints of Salem #117553

Color information

#117553 (or 0x117553) is unknown color: approx Salem. HEX triplet: 11, 75 and 53. RGB value is (17,117,83). Sum of RGB (Red+Green+Blue) = 17+117+83=217 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.83% from 217); Green value is 117 (46.09% from 255 or 53.92% from 217); Blue value is 83 (32.81% from 255 or 38.25% from 217); Max value from RGB is 117 - color contains mainly: green. Hex color #117553 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117553 is #EE8AAC. Grayscale: #535353. Windows color (decimal): -15633069 or 5469457. OLE color: 5469457.

HSL color Cylindrical-coordinate representation of color #117553: hue angle of 159.6º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #117553 is Cyan = 0.85, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.54.

Color convert

RGB1711783-
CMYK0.8500.290.54
HSL159.6º74.63%26.27%-
HSV(B)159.6º85.47%45.88%-
XYZ8.1513.4710.35-
YUV83.22127.8780.76-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.83%
GREEN value IS 117 (46.09% from 255) = 53.92%
BLUE value IS 83 (32.81% from 255) = 38.25%
R=7.83%
G=53.92%
B=38.25%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal17117830.8500.290.54159.674.6326.27
Hex1175535501D36a04b1a
Octal211651231250356624011332
Binary1000111101011010011101010101110111011010100000100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #117553; }

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

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

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

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

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

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

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

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