#217053

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

Shades of Salem #217053

Tints of Salem #217053

Color information

#217053 (or 0x217053) is unknown color: approx Salem. HEX triplet: 21, 70 and 53. RGB value is (33,112,83). Sum of RGB (Red+Green+Blue) = 33+112+83=228 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.47% from 228); Green value is 112 (44.14% from 255 or 49.12% from 228); Blue value is 83 (32.81% from 255 or 36.40% from 228); Max value from RGB is 112 - color contains mainly: green. Hex color #217053 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217053 is #DE8FAC. Grayscale: #555555. Windows color (decimal): -14585773 or 5468193. OLE color: 5468193.

HSL color Cylindrical-coordinate representation of color #217053: hue angle of 157.97º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #217053 is Cyan = 0.71, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.56.

Color convert

RGB3311283-
CMYK0.7100.260.56
HSL157.97º54.48%28.43%-
HSV(B)157.97º70.54%43.92%-
XYZ7.9812.5410.18-
YUV85.07126.8390.86-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.47%
GREEN value IS 112 (44.14% from 255) = 49.12%
BLUE value IS 83 (32.81% from 255) = 36.40%
R=14.47%
G=49.12%
B=36.40%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal33112830.7100.260.56157.9754.4828.43
Hex2170534701A389e361c
Octal41160123107032702366634
Binary1000011110000101001110001110110101110001001111011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #217053; }

 p { color: rgb(33,112,83); }

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

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

 a { background-color: rgb(33,112,83); }

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

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

 span { border-color: rgb(33,112,83); }

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