Html Css Color HEX #215456 Dark Slate Grey

📋 copy color: '#215456'

red 33 ◦ green 84 ◦ blue 86

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

Shades of Dark Slate Grey #215456

Tints of Dark Slate Grey #215456

RGB

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

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

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

R = 16.26%
G = 41.38%
B = 42.36%

CMYK

 C value IS 0.62

 M value IS 0.02

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#215456 (or 0x215456) is known color: Dark Slate Grey. HEX triplet: 21, 54 and 56. RGB value is (33,84,86). Sum of RGB (Red+Green+Blue) = 33+84+86=203 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.26% from 203); Green value is 84 (33.20% from 255 or 41.38% from 203); Blue value is 86 (33.98% from 255 or 42.36% from 203); Max value from RGB is 86 - color contains mainly: blue. Hex color #215456 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215456 is #DEABA9. Grayscale: #444444. Windows color (decimal): -14592938 or 5657633. OLE color: 5657633.

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

Color convert

RGB 33 84 86 -
CMYK 0.62 0.02 0 0.66
HSL 182.26º 0.45% 0.23% -
HSV(B) 182.26º 0.62% 0.34% -
XYZ 5.48 7.34 9.93 -
YUV 68.98 137.6 102.34 -
System Red Green Blue C M Y K H S L
Decimal 33 84 86 0.62 0.02 0 0.66 182.26 0.45 0.23
Hex 21 54 56 3E 2 0 42 B6 2D 17
Octal 41 124 126 76 2 0 102 266 55 27
Binary 100001 1010100 1010110 111110 10 0 1000010 10110110 101101 10111

Color Harmonies of #215456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215456

Black with #215456

Text Example


Text Example

White with #215456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215456; }

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

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

background-color css

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

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

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

border-color css

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

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

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