#197553

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

Shades of Salem #197553

Tints of Salem #197553

Color information

#197553 (or 0x197553) is unknown color: approx Salem. HEX triplet: 19, 75 and 53. RGB value is (25,117,83). Sum of RGB (Red+Green+Blue) = 25+117+83=225 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.11% from 225); Green value is 117 (46.09% from 255 or 52% from 225); Blue value is 83 (32.81% from 255 or 36.89% from 225); Max value from RGB is 117 - color contains mainly: green. Hex color #197553 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197553 is #E68AAC. Grayscale: #555555. Windows color (decimal): -15108781 or 5469465. OLE color: 5469465.

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

Color convert

RGB2511783-
CMYK0.7900.290.54
HSL157.83º64.79%27.84%-
HSV(B)157.83º78.63%45.88%-
XYZ8.3213.5510.36-
YUV85.62126.5284.76-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.11%
GREEN value IS 117 (46.09% from 255) = 52%
BLUE value IS 83 (32.81% from 255) = 36.89%
R=11.11%
G=52%
B=36.89%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal25117830.7900.290.54157.8364.7927.84
Hex1975534F01D369e411c
Octal311651231170356623610134
Binary1100111101011010011100111101110111011010011110100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #197553; }

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

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

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

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

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

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

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

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