#257053

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

Shades of Evening Sea #257053

Tints of Evening Sea #257053

Color information

#257053 (or 0x257053) is unknown color: approx Evening Sea. HEX triplet: 25, 70 and 53. RGB value is (37,112,83). Sum of RGB (Red+Green+Blue) = 37+112+83=232 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.95% from 232); Green value is 112 (44.14% from 255 or 48.28% from 232); Blue value is 83 (32.81% from 255 or 35.78% from 232); Max value from RGB is 112 - color contains mainly: green. Hex color #257053 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257053 is #DA8FAC. Grayscale: #565656. Windows color (decimal): -14323629 or 5468197. OLE color: 5468197.

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

Color convert

RGB3711283-
CMYK0.6700.260.56
HSL156.8º50.34%29.22%-
HSV(B)156.8º66.96%43.92%-
XYZ8.1212.6110.19-
YUV86.27126.1592.86-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.95%
GREEN value IS 112 (44.14% from 255) = 48.28%
BLUE value IS 83 (32.81% from 255) = 35.78%
R=15.95%
G=48.28%
B=35.78%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal37112830.6700.260.56156.850.3429.22
Hex2570534301A389d321d
Octal45160123103032702356235
Binary1001011110000101001110000110110101110001001110111001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257053; }

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

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

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

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

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

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

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

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