Html Css Color HEX #215455 Dark Slate Grey

📋 copy color: '#215455'

red 33 ◦ green 84 ◦ blue 85

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

Shades of Dark Slate Grey #215455

Tints of Dark Slate Grey #215455

RGB

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

 GREEN value IS 84 (33.2% from 255) = 41.58%

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

R = 16.34%
G = 41.58%
B = 42.08%

CMYK

 C value IS 0.61

 M value IS 0.01

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#215455 (or 0x215455) is known color: Dark Slate Grey. HEX triplet: 21, 54 and 55. RGB value is (33,84,85). Sum of RGB (Red+Green+Blue) = 33+84+85=202 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.34% from 202); Green value is 84 (33.20% from 255 or 41.58% from 202); Blue value is 85 (33.59% from 255 or 42.08% from 202); Max value from RGB is 85 - color contains mainly: blue. Hex color #215455 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215455 is #DEABAA. Grayscale: #444444. Windows color (decimal): -14592939 or 5592097. OLE color: 5592097.

HSL color Cylindrical-coordinate representation of color #215455: hue angle of 181.15º 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 #215455 is Cyan = 0.61, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 33 84 85 -
CMYK 0.61 0.01 0 0.67
HSL 181.15º 0.44% 0.23% -
HSV(B) 181.15º 0.61% 0.33% -
XYZ 5.44 7.32 9.72 -
YUV 68.87 137.1 102.42 -
System Red Green Blue C M Y K H S L
Decimal 33 84 85 0.61 0.01 0 0.67 181.15 0.44 0.23
Hex 21 54 55 3D 1 0 43 B5 2C 17
Octal 41 124 125 75 1 0 103 265 54 27
Binary 100001 1010100 1010101 111101 1 0 1000011 10110101 101100 10111

Color Harmonies of #215455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215455

Black with #215455

Text Example


Text Example

White with #215455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215455; }

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

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

background-color css

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

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

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

border-color css

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

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

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