#217552

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

Shades of Salem #217552

Tints of Salem #217552

Color information

#217552 (or 0x217552) is unknown color: approx Salem. HEX triplet: 21, 75 and 52. RGB value is (33,117,82). Sum of RGB (Red+Green+Blue) = 33+117+82=232 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.22% from 232); Green value is 117 (46.09% from 255 or 50.43% from 232); Blue value is 82 (32.42% from 255 or 35.34% from 232); Max value from RGB is 117 - color contains mainly: green. Hex color #217552 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217552 is #DE8AAD. Grayscale: #575757. Windows color (decimal): -14584494 or 5403937. OLE color: 5403937.

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

Color convert

RGB3311782-
CMYK0.7200.300.54
HSL155º56%29.41%-
HSV(B)155º71.79%45.88%-
XYZ8.5113.6610.17-
YUV87.89124.6788.85-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.22%
GREEN value IS 117 (46.09% from 255) = 50.43%
BLUE value IS 82 (32.42% from 255) = 35.34%
R=14.22%
G=50.43%
B=35.34%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal33117820.7200.300.541555629.41
Hex2175524801E369b381d
Octal41165122110036662337035
Binary1000011110101101001010010000111101101101001101111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #217552; }

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

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

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

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

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

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

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

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