Html Css Color HEX #215153 Dark Slate Grey

📋 copy color: '#215153'

red 33 ◦ green 81 ◦ blue 83

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

Shades of Dark Slate Grey #215153

Tints of Dark Slate Grey #215153

RGB

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

 GREEN value IS 81 (32.03% from 255) = 41.12%

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

R = 16.75%
G = 41.12%
B = 42.13%

CMYK

 C value IS 0.60

 M value IS 0.02

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#215153 (or 0x215153) is known color: Dark Slate Grey. HEX triplet: 21, 51 and 53. RGB value is (33,81,83). Sum of RGB (Red+Green+Blue) = 33+81+83=197 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.75% from 197); Green value is 81 (32.03% from 255 or 41.12% from 197); Blue value is 83 (32.81% from 255 or 42.13% from 197); Max value from RGB is 83 - color contains mainly: blue. Hex color #215153 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215153 is #DEAEAC. Grayscale: #424242. Windows color (decimal): -14593709 or 5460257. OLE color: 5460257.

HSL color Cylindrical-coordinate representation of color #215153: hue angle of 182.4º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #215153 is Cyan = 0.60, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 33 81 83 -
CMYK 0.60 0.02 0 0.67
HSL 182.4º 0.43% 0.23% -
HSV(B) 182.4º 0.6% 0.33% -
XYZ 5.13 6.83 9.23 -
YUV 66.88 137.1 103.84 -
System Red Green Blue C M Y K H S L
Decimal 33 81 83 0.60 0.02 0 0.67 182.4 0.43 0.23
Hex 21 51 53 3C 2 0 43 B6 2B 17
Octal 41 121 123 74 2 0 103 266 53 27
Binary 100001 1010001 1010011 111100 10 0 1000011 10110110 101011 10111

Color Harmonies of #215153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215153

Black with #215153

Text Example


Text Example

White with #215153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215153; }

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

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

background-color css

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

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

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

border-color css

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

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

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