#28574E

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

Shades of Evening Sea #28574E

Tints of Evening Sea #28574E

Color information

#28574E (or 0x28574E) is unknown color: approx Evening Sea. HEX triplet: 28, 57 and 4E. RGB value is (40,87,78). Sum of RGB (Red+Green+Blue) = 40+87+78=205 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.51% from 205); Green value is 87 (34.38% from 255 or 42.44% from 205); Blue value is 78 (30.86% from 255 or 38.05% from 205); Max value from RGB is 87 - color contains mainly: green. Hex color #28574E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28574E is #D7A8B1. Grayscale: #474747. Windows color (decimal): -14133426 or 5134120. OLE color: 5134120.

HSL color Cylindrical-coordinate representation of color #28574E: hue angle of 168.51º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #28574E is Cyan = 0.54, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.66.

Color convert

RGB408778-
CMYK0.5400.100.66
HSL168.51º37.01%24.9%-
HSV(B)168.51º54.02%34.12%-
XYZ5.667.828.42-
YUV71.92131.43105.23-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 19.51%
GREEN value IS 87 (34.38% from 255) = 42.44%
BLUE value IS 78 (30.86% from 255) = 38.05%
R=19.51%
G=42.44%
B=38.05%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4087780.5400.100.66168.5137.0124.9
Hex28574E360A42a92519
Octal50127116660121022514531
Binary101000101011110011101101100101010000101010100110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28574E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28574E; }

 p { color: rgb(40,87,78); }

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

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

 a { background-color: rgb(40,87,78); }

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

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

 span { border-color: rgb(40,87,78); }

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