#285A56

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

Shades of Eden #285A56

Tints of Eden #285A56

Color information

#285A56 (or 0x285A56) is unknown color: approx Eden. HEX triplet: 28, 5A and 56. RGB value is (40,90,86). Sum of RGB (Red+Green+Blue) = 40+90+86=216 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.52% from 216); Green value is 90 (35.55% from 255 or 41.67% from 216); Blue value is 86 (33.98% from 255 or 39.81% from 216); Max value from RGB is 90 - color contains mainly: green. Hex color #285A56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285A56 is #D7A5A9. Grayscale: #4A4A4A. Windows color (decimal): -14132650 or 5659176. OLE color: 5659176.

HSL color Cylindrical-coordinate representation of color #285A56: hue angle of 175.2º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #285A56 is Cyan = 0.56, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.65.

Color convert

RGB409086-
CMYK0.5600.040.65
HSL175.2º38.46%25.49%-
HSV(B)175.2º55.56%35.29%-
XYZ6.218.4410.1-
YUV74.59134.44103.33-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.52%
GREEN value IS 90 (35.55% from 255) = 41.67%
BLUE value IS 86 (33.98% from 255) = 39.81%
R=18.52%
G=41.67%
B=39.81%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4090860.5600.040.65175.238.4625.49
Hex285A56380441af2619
Octal5013212670041012574631
Binary10100010110101010110111000010010000011010111110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285A56; }

 p { color: rgb(40,90,86); }

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

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

 a { background-color: rgb(40,90,86); }

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

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

 span { border-color: rgb(40,90,86); }

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