#257550

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

Shades of Salem #257550

Tints of Salem #257550

Color information

#257550 (or 0x257550) is unknown color: approx Salem. HEX triplet: 25, 75 and 50. RGB value is (37,117,80). Sum of RGB (Red+Green+Blue) = 37+117+80=234 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.81% from 234); Green value is 117 (46.09% from 255 or 50% from 234); Blue value is 80 (31.64% from 255 or 34.19% from 234); Max value from RGB is 117 - color contains mainly: green. Hex color #257550 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257550 is #DA8AAF. Grayscale: #585858. Windows color (decimal): -14322352 or 5272869. OLE color: 5272869.

HSL color Cylindrical-coordinate representation of color #257550: hue angle of 152.25º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #257550 is Cyan = 0.68, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.54.

Color convert

RGB3711780-
CMYK0.6800.320.54
HSL152.25º51.95%30.2%-
HSV(B)152.25º68.38%45.88%-
XYZ8.5713.79.78-
YUV88.8612391.01-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.81%
GREEN value IS 117 (46.09% from 255) = 50%
BLUE value IS 80 (31.64% from 255) = 34.19%
R=15.81%
G=50%
B=34.19%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal37117800.6800.320.54152.2551.9530.2
Hex257550440203698341e
Octal45165120104040662306436
Binary10010111101011010000100010001000001101101001100011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257550; }

 p { color: rgb(37,117,80); }

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

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

 a { background-color: rgb(37,117,80); }

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

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

 span { border-color: rgb(37,117,80); }

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