#217557

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

Shades of Salem #217557

Tints of Salem #217557

Color information

#217557 (or 0x217557) is unknown color: approx Salem. HEX triplet: 21, 75 and 57. RGB value is (33,117,87). Sum of RGB (Red+Green+Blue) = 33+117+87=237 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.92% from 237); Green value is 117 (46.09% from 255 or 49.37% from 237); Blue value is 87 (34.38% from 255 or 36.71% from 237); Max value from RGB is 117 - color contains mainly: green. Hex color #217557 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217557 is #DE8AA8. Grayscale: #585858. Windows color (decimal): -14584489 or 5731617. OLE color: 5731617.

HSL color Cylindrical-coordinate representation of color #217557: hue angle of 158.57º 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 #217557 is Cyan = 0.72, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.54.

Color convert

RGB3311787-
CMYK0.7200.260.54
HSL158.57º56%29.41%-
HSV(B)158.57º71.79%45.88%-
XYZ8.7113.7311.21-
YUV88.46127.1788.44-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.92%
GREEN value IS 117 (46.09% from 255) = 49.37%
BLUE value IS 87 (34.38% from 255) = 36.71%
R=13.92%
G=49.37%
B=36.71%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal33117870.7200.260.54158.575629.41
Hex2175574801A369f381d
Octal41165127110032662377035
Binary1000011110101101011110010000110101101101001111111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #217557; }

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

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

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

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

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

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

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

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