#217559

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

Shades of Salem #217559

Tints of Salem #217559

Color information

#217559 (or 0x217559) is unknown color: approx Salem. HEX triplet: 21, 75 and 59. RGB value is (33,117,89). Sum of RGB (Red+Green+Blue) = 33+117+89=239 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.81% from 239); Green value is 117 (46.09% from 255 or 48.95% from 239); Blue value is 89 (35.16% from 255 or 37.24% from 239); Max value from RGB is 117 - color contains mainly: green. Hex color #217559 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217559 is #DE8AA6. Grayscale: #585858. Windows color (decimal): -14584487 or 5862689. OLE color: 5862689.

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

Color convert

RGB3311789-
CMYK0.7200.240.54
HSL160º56%29.41%-
HSV(B)160º71.79%45.88%-
XYZ8.7913.7711.65-
YUV88.69128.1788.28-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.81%
GREEN value IS 117 (46.09% from 255) = 48.95%
BLUE value IS 89 (35.16% from 255) = 37.24%
R=13.81%
G=48.95%
B=37.24%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal33117890.7200.240.541605629.41
Hex2175594801836a0381d
Octal41165131110030662407035
Binary1000011110101101100110010000110001101101010000011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #217559; }

 p { color: rgb(33,117,89); }

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

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

 a { background-color: rgb(33,117,89); }

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

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

 span { border-color: rgb(33,117,89); }

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