Html Css Color HEX #215156 Dark Slate Grey

📋 copy color: '#215156'

red 33 ◦ green 81 ◦ blue 86

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

Shades of Dark Slate Grey #215156

Tints of Dark Slate Grey #215156

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 43%

R = 16.5%
G = 40.5%
B = 43%

CMYK

 C value IS 0.62

 M value IS 0.06

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#215156 (or 0x215156) is known color: Dark Slate Grey. HEX triplet: 21, 51 and 56. RGB value is (33,81,86). Sum of RGB (Red+Green+Blue) = 33+81+86=200 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.5% from 200); Green value is 81 (32.03% from 255 or 40.5% from 200); Blue value is 86 (33.98% from 255 or 43% from 200); Max value from RGB is 86 - color contains mainly: blue. Hex color #215156 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215156 is #DEAEA9. Grayscale: #434343. Windows color (decimal): -14593706 or 5656865. OLE color: 5656865.

HSL color Cylindrical-coordinate representation of color #215156: hue angle of 185.66º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #215156 is Cyan = 0.62, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 33 81 86 -
CMYK 0.62 0.06 0 0.66
HSL 185.66º 0.45% 0.23% -
HSV(B) 185.66º 0.62% 0.34% -
XYZ 5.25 6.88 9.86 -
YUV 67.22 138.6 103.59 -
System Red Green Blue C M Y K H S L
Decimal 33 81 86 0.62 0.06 0 0.66 185.66 0.45 0.23
Hex 21 51 56 3E 6 0 42 BA 2D 17
Octal 41 121 126 76 6 0 102 272 55 27
Binary 100001 1010001 1010110 111110 110 0 1000010 10111010 101101 10111

Color Harmonies of #215156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215156

Black with #215156

Text Example


Text Example

White with #215156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215156; }

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

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

background-color css

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

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

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

border-color css

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

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

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