Html Css Color HEX #215B53 Eden

📋 copy color: '#215B53'

red 33 ◦ green 91 ◦ blue 83

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

Shades of Eden #215B53

Tints of Eden #215B53

RGB

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

 GREEN value IS 91 (35.94% from 255) = 43.96%

 BLUE value IS 83 (32.81% from 255) = 40.1%

R = 15.94%
G = 43.96%
B = 40.1%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.09

 K value IS 0.64

RGB Variations

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

Color information

#215B53 (or 0x215B53) is known color: Eden. HEX triplet: 21, 5B and 53. RGB value is (33,91,83). Sum of RGB (Red+Green+Blue) = 33+91+83=207 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.94% from 207); Green value is 91 (35.94% from 255 or 43.96% from 207); Blue value is 83 (32.81% from 255 or 40.10% from 207); Max value from RGB is 91 - color contains mainly: green. Hex color #215B53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215B53 is #DEA4AC. Grayscale: #484848. Windows color (decimal): -14591149 or 5462817. OLE color: 5462817.

HSL color Cylindrical-coordinate representation of color #215B53: hue angle of 171.72º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #215B53 is Cyan = 0.64, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.64.

Color convert

RGB 33 91 83 -
CMYK 0.64 0 0.09 0.64
HSL 171.72º 0.47% 0.24% -
HSV(B) 171.72º 0.64% 0.36% -
XYZ 5.93 8.43 9.5 -
YUV 72.75 133.78 99.65 -
System Red Green Blue C M Y K H S L
Decimal 33 91 83 0.64 0 0.09 0.64 171.72 0.47 0.24
Hex 21 5B 53 40 0 9 40 AC 2F 18
Octal 41 133 123 100 0 11 100 254 57 30
Binary 100001 1011011 1010011 1000000 0 1001 1000000 10101100 101111 11000

Color Harmonies of #215B53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215B53

Black with #215B53

Text Example


Text Example

White with #215B53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215B53; }

 p { color: rgb(33,91,83); }

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

background-color css

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

 a { background-color: rgb(33,91,83); }

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

border-color css

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

 span { border-color: rgb(33,91,83); }

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