Html Css Color HEX #215754 Dark Slate Grey

📋 copy color: '#215754'

red 33 ◦ green 87 ◦ blue 84

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

Shades of Dark Slate Grey #215754

Tints of Dark Slate Grey #215754

RGB

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

 GREEN value IS 87 (34.38% from 255) = 42.65%

 BLUE value IS 84 (33.2% from 255) = 41.18%

R = 16.18%
G = 42.65%
B = 41.18%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.03

 K value IS 0.66

RGB Variations

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

Color information

#215754 (or 0x215754) is known color: Dark Slate Grey. HEX triplet: 21, 57 and 54. RGB value is (33,87,84). Sum of RGB (Red+Green+Blue) = 33+87+84=204 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.18% from 204); Green value is 87 (34.38% from 255 or 42.65% from 204); Blue value is 84 (33.20% from 255 or 41.18% from 204); Max value from RGB is 87 - color contains mainly: green. Hex color #215754 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215754 is #DEA8AB. Grayscale: #464646. Windows color (decimal): -14592172 or 5527329. OLE color: 5527329.

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

Color convert

RGB 33 87 84 -
CMYK 0.62 0 0.03 0.66
HSL 176.67º 0.45% 0.24% -
HSV(B) 176.67º 0.62% 0.34% -
XYZ 5.64 7.78 9.59 -
YUV 70.51 135.61 101.24 -
System Red Green Blue C M Y K H S L
Decimal 33 87 84 0.62 0 0.03 0.66 176.67 0.45 0.24
Hex 21 57 54 3E 0 3 42 B1 2D 18
Octal 41 127 124 76 0 3 102 261 55 30
Binary 100001 1010111 1010100 111110 0 11 1000010 10110001 101101 11000

Color Harmonies of #215754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215754

Black with #215754

Text Example


Text Example

White with #215754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215754; }

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

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

background-color css

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

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

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

border-color css

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

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

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