Html Css Color HEX #215759 Dark Slate Grey

📋 copy color: '#215759'

red 33 ◦ green 87 ◦ blue 89

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

Shades of Dark Slate Grey #215759

Tints of Dark Slate Grey #215759

RGB

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

 GREEN value IS 87 (34.38% from 255) = 41.63%

 BLUE value IS 89 (35.16% from 255) = 42.58%

R = 15.79%
G = 41.63%
B = 42.58%

CMYK

 C value IS 0.63

 M value IS 0.02

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#215759 (or 0x215759) is known color: Dark Slate Grey. HEX triplet: 21, 57 and 59. RGB value is (33,87,89). Sum of RGB (Red+Green+Blue) = 33+87+89=209 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.79% from 209); Green value is 87 (34.38% from 255 or 41.63% from 209); Blue value is 89 (35.16% from 255 or 42.58% from 209); Max value from RGB is 89 - color contains mainly: blue. Hex color #215759 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215759 is #DEA8A6. Grayscale: #474747. Windows color (decimal): -14592167 or 5855009. OLE color: 5855009.

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

Color convert

RGB 33 87 89 -
CMYK 0.63 0.02 0 0.65
HSL 182.14º 0.46% 0.24% -
HSV(B) 182.14º 0.63% 0.35% -
XYZ 5.84 7.86 10.66 -
YUV 71.08 138.11 100.84 -
System Red Green Blue C M Y K H S L
Decimal 33 87 89 0.63 0.02 0 0.65 182.14 0.46 0.24
Hex 21 57 59 3F 2 0 41 B6 2E 18
Octal 41 127 131 77 2 0 101 266 56 30
Binary 100001 1010111 1011001 111111 10 0 1000001 10110110 101110 11000

Color Harmonies of #215759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215759

Black with #215759

Text Example


Text Example

White with #215759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215759; }

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

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

background-color css

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

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

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

border-color css

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

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

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