#287055

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

Shades of Evening Sea #287055

Tints of Evening Sea #287055

Color information

#287055 (or 0x287055) is unknown color: approx Evening Sea. HEX triplet: 28, 70 and 55. RGB value is (40,112,85). Sum of RGB (Red+Green+Blue) = 40+112+85=237 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.88% from 237); Green value is 112 (44.14% from 255 or 47.26% from 237); Blue value is 85 (33.59% from 255 or 35.86% from 237); Max value from RGB is 112 - color contains mainly: green. Hex color #287055 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287055 is #D78FAA. Grayscale: #575757. Windows color (decimal): -14127019 or 5599272. OLE color: 5599272.

HSL color Cylindrical-coordinate representation of color #287055: hue angle of 157.5º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #287055 is Cyan = 0.64, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.56.

Color convert

RGB4011285-
CMYK0.6400.240.56
HSL157.5º47.37%29.8%-
HSV(B)157.5º64.29%43.92%-
XYZ8.3112.710.61-
YUV87.39126.6594.2-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.88%
GREEN value IS 112 (44.14% from 255) = 47.26%
BLUE value IS 85 (33.59% from 255) = 35.86%
R=16.88%
G=47.26%
B=35.86%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal40112850.6400.240.56157.547.3729.8
Hex28705540018389e2f1e
Octal50160125100030702365736
Binary1010001110000101010110000000110001110001001111010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #287055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #287055; }

 p { color: rgb(40,112,85); }

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

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

 a { background-color: rgb(40,112,85); }

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

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

 span { border-color: rgb(40,112,85); }

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