Html Css Color HEX #215552 Dark Slate Grey

📋 copy color: '#215552'

red 33 ◦ green 85 ◦ blue 82

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

Shades of Dark Slate Grey #215552

Tints of Dark Slate Grey #215552

RGB

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

 GREEN value IS 85 (33.59% from 255) = 42.5%

 BLUE value IS 82 (32.42% from 255) = 41%

R = 16.5%
G = 42.5%
B = 41%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.04

 K value IS 0.67

RGB Variations

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

Color information

#215552 (or 0x215552) is known color: Dark Slate Grey. HEX triplet: 21, 55 and 52. RGB value is (33,85,82). Sum of RGB (Red+Green+Blue) = 33+85+82=200 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.5% from 200); Green value is 85 (33.59% from 255 or 42.5% from 200); Blue value is 82 (32.42% from 255 or 41% from 200); Max value from RGB is 85 - color contains mainly: green. Hex color #215552 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215552 is #DEAAAD. Grayscale: #454545. Windows color (decimal): -14592686 or 5395745. OLE color: 5395745.

HSL color Cylindrical-coordinate representation of color #215552: hue angle of 176.54º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #215552 is Cyan = 0.61, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.67.

Color convert

RGB 33 85 82 -
CMYK 0.61 0 0.04 0.67
HSL 176.54º 0.44% 0.23% -
HSV(B) 176.54º 0.61% 0.33% -
XYZ 5.4 7.43 9.13 -
YUV 69.11 135.27 102.24 -
System Red Green Blue C M Y K H S L
Decimal 33 85 82 0.61 0 0.04 0.67 176.54 0.44 0.23
Hex 21 55 52 3D 0 4 43 B1 2C 17
Octal 41 125 122 75 0 4 103 261 54 27
Binary 100001 1010101 1010010 111101 0 100 1000011 10110001 101100 10111

Color Harmonies of #215552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215552

Black with #215552

Text Example


Text Example

White with #215552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215552; }

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

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

background-color css

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

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

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

border-color css

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

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

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