#215854

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

Shades of Eden #215854

Tints of Eden #215854

Color information

#215854 (or 0x215854) is unknown color: approx Eden. HEX triplet: 21, 58 and 54. RGB value is (33,88,84). Sum of RGB (Red+Green+Blue) = 33+88+84=205 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.10% from 205); Green value is 88 (34.77% from 255 or 42.93% from 205); Blue value is 84 (33.20% from 255 or 40.98% from 205); Max value from RGB is 88 - color contains mainly: green. Hex color #215854 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215854 is #DEA7AB. Grayscale: #474747. Windows color (decimal): -14591916 or 5527585. OLE color: 5527585.

HSL color Cylindrical-coordinate representation of color #215854: hue angle of 175.64º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #215854 is Cyan = 0.62, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.65.

Color convert

RGB338884-
CMYK0.6200.050.65
HSL175.64º45.45%23.73%-
HSV(B)175.64º62.5%34.51%-
XYZ5.727.949.62-
YUV71.1135.28100.83-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.10%
GREEN value IS 88 (34.77% from 255) = 42.93%
BLUE value IS 84 (33.20% from 255) = 40.98%
R=16.10%
G=42.93%
B=40.98%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3388840.6200.050.65175.6445.4523.73
Hex2158543E0541b02d18
Octal4113012476051012605530
Binary10000110110001010100111110010110000011011000010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215854; }

 p { color: rgb(33,88,84); }

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

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

 a { background-color: rgb(33,88,84); }

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

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

 span { border-color: rgb(33,88,84); }

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