#257858

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

Shades of Salem #257858

Tints of Salem #257858

Color information

#257858 (or 0x257858) is unknown color: approx Salem. HEX triplet: 25, 78 and 58. RGB value is (37,120,88). Sum of RGB (Red+Green+Blue) = 37+120+88=245 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.10% from 245); Green value is 120 (47.27% from 255 or 48.98% from 245); Blue value is 88 (34.77% from 255 or 35.92% from 245); Max value from RGB is 120 - color contains mainly: green. Hex color #257858 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257858 is #DA87A7. Grayscale: #5B5B5B. Windows color (decimal): -14321576 or 5797925. OLE color: 5797925.

HSL color Cylindrical-coordinate representation of color #257858: hue angle of 156.87º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #257858 is Cyan = 0.69, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.53.

Color convert

RGB3712088-
CMYK0.6900.270.53
HSL156.87º52.87%30.78%-
HSV(B)156.87º69.17%47.06%-
XYZ9.2414.5311.55-
YUV91.5412689.1-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.10%
GREEN value IS 120 (47.27% from 255) = 48.98%
BLUE value IS 88 (34.77% from 255) = 35.92%
R=15.10%
G=48.98%
B=35.92%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal37120880.6900.270.53156.8752.8730.78
Hex2578584501B359d351f
Octal45170130105033652356537
Binary1001011111000101100010001010110111101011001110111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257858; }

 p { color: rgb(37,120,88); }

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

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

 a { background-color: rgb(37,120,88); }

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

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

 span { border-color: rgb(37,120,88); }

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