Html Css Color HEX #215855 Eden

📋 copy color: '#215855'

red 33 ◦ green 88 ◦ blue 85

#215855
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eden #215855

Tints of Eden #215855

RGB

 RED value IS 33 (13.28% from 255) = 16.02%

 GREEN value IS 88 (34.77% from 255) = 42.72%

 BLUE value IS 85 (33.59% from 255) = 41.26%

R = 16.02%
G = 42.72%
B = 41.26%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.03

 K value IS 0.65

RGB Variations

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

Color information

#215855 (or 0x215855) is known color: Eden. HEX triplet: 21, 58 and 55. RGB value is (33,88,85). Sum of RGB (Red+Green+Blue) = 33+88+85=206 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.02% from 206); Green value is 88 (34.77% from 255 or 42.72% from 206); Blue value is 85 (33.59% from 255 or 41.26% from 206); Max value from RGB is 88 - color contains mainly: green. Hex color #215855 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215855 is #DEA7AA. Grayscale: #474747. Windows color (decimal): -14591915 or 5593121. OLE color: 5593121.

HSL color Cylindrical-coordinate representation of color #215855: hue angle of 176.73º 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 #215855 is Cyan = 0.62, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.65.

Color convert

RGB 33 88 85 -
CMYK 0.62 0 0.03 0.65
HSL 176.73º 0.45% 0.24% -
HSV(B) 176.73º 0.63% 0.35% -
XYZ 5.76 7.96 9.83 -
YUV 71.21 135.78 100.74 -
System Red Green Blue C M Y K H S L
Decimal 33 88 85 0.62 0 0.03 0.65 176.73 0.45 0.24
Hex 21 58 55 3E 0 3 41 B1 2D 18
Octal 41 130 125 76 0 3 101 261 55 30
Binary 100001 1011000 1010101 111110 0 11 1000001 10110001 101101 11000

Color Harmonies of #215855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215855

Black with #215855

Text Example


Text Example

White with #215855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215855; }

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

 H1.HeaderClassName
 {
   color: #215855;
 }
 .AnyTagClassName
 {
   color: #215855;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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