#285B56

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

Shades of Eden #285B56

Tints of Eden #285B56

Color information

#285B56 (or 0x285B56) is unknown color: approx Eden. HEX triplet: 28, 5B and 56. RGB value is (40,91,86). Sum of RGB (Red+Green+Blue) = 40+91+86=217 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.43% from 217); Green value is 91 (35.94% from 255 or 41.94% from 217); Blue value is 86 (33.98% from 255 or 39.63% from 217); Max value from RGB is 91 - color contains mainly: green. Hex color #285B56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285B56 is #D7A4A9. Grayscale: #4B4B4B. Windows color (decimal): -14132394 or 5659432. OLE color: 5659432.

HSL color Cylindrical-coordinate representation of color #285B56: hue angle of 174.12º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #285B56 is Cyan = 0.56, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.64.

Color convert

RGB409186-
CMYK0.5600.050.64
HSL174.12º38.93%25.69%-
HSV(B)174.12º56.04%35.69%-
XYZ6.38.6110.13-
YUV75.18134.1102.91-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.43%
GREEN value IS 91 (35.94% from 255) = 41.94%
BLUE value IS 86 (33.98% from 255) = 39.63%
R=18.43%
G=41.94%
B=39.63%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4091860.5600.050.64174.1238.9325.69
Hex285B56380540ae271a
Octal5013312670051002564732
Binary10100010110111010110111000010110000001010111010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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