#286050

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

Shades of Evening Sea #286050

Tints of Evening Sea #286050

Color information

#286050 (or 0x286050) is unknown color: approx Evening Sea. HEX triplet: 28, 60 and 50. RGB value is (40,96,80). Sum of RGB (Red+Green+Blue) = 40+96+80=216 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.52% from 216); Green value is 96 (37.89% from 255 or 44.44% from 216); Blue value is 80 (31.64% from 255 or 37.04% from 216); Max value from RGB is 96 - color contains mainly: green. Hex color #286050 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #286050 is #D79FAF. Grayscale: #4D4D4D. Windows color (decimal): -14131120 or 5267496. OLE color: 5267496.

HSL color Cylindrical-coordinate representation of color #286050: hue angle of 162.86º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #286050 is Cyan = 0.58, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.62.

Color convert

RGB409680-
CMYK0.5800.170.62
HSL162.86º41.18%26.67%-
HSV(B)162.86º58.33%37.65%-
XYZ6.519.49.06-
YUV77.43129.45101.3-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.52%
GREEN value IS 96 (37.89% from 255) = 44.44%
BLUE value IS 80 (31.64% from 255) = 37.04%
R=18.52%
G=44.44%
B=37.04%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4096800.5800.170.62162.8641.1826.67
Hex2860503A0113Ea3291b
Octal5014012072021762435133
Binary101000110000010100001110100100011111101010001110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #286050; }

 p { color: rgb(40,96,80); }

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

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

 a { background-color: rgb(40,96,80); }

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

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

 span { border-color: rgb(40,96,80); }

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