Html Css Color HEX #215955 Eden

📋 copy color: '#215955'

red 33 ◦ green 89 ◦ blue 85

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

Shades of Eden #215955

Tints of Eden #215955

RGB

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

 GREEN value IS 89 (35.16% from 255) = 43%

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

R = 15.94%
G = 43%
B = 41.06%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.04

 K value IS 0.65

RGB Variations

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

Color information

#215955 (or 0x215955) is known color: Eden. HEX triplet: 21, 59 and 55. RGB value is (33,89,85). Sum of RGB (Red+Green+Blue) = 33+89+85=207 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.94% from 207); Green value is 89 (35.16% from 255 or 43.00% from 207); Blue value is 85 (33.59% from 255 or 41.06% from 207); Max value from RGB is 89 - color contains mainly: green. Hex color #215955 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215955 is #DEA6AA. Grayscale: #474747. Windows color (decimal): -14591659 or 5593377. OLE color: 5593377.

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

Color convert

RGB 33 89 85 -
CMYK 0.63 0 0.04 0.65
HSL 175.71º 0.46% 0.24% -
HSV(B) 175.71º 0.63% 0.35% -
XYZ 5.84 8.12 9.85 -
YUV 71.8 135.45 100.33 -
System Red Green Blue C M Y K H S L
Decimal 33 89 85 0.63 0 0.04 0.65 175.71 0.46 0.24
Hex 21 59 55 3F 0 4 41 B0 2E 18
Octal 41 131 125 77 0 4 101 260 56 30
Binary 100001 1011001 1010101 111111 0 100 1000001 10110000 101110 11000

Color Harmonies of #215955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215955

Black with #215955

Text Example


Text Example

White with #215955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215955; }

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

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

background-color css

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

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

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

border-color css

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

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

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