#215754

Color #215754 Dark Slate Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Grey #215754

Tints of Dark Slate Grey #215754

Color information

#215754 (or 0x215754) is unknown color: approx 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

RGB338784-
CMYK0.6200.030.66
HSL176.67º45%23.53%-
HSV(B)176.67º62.07%34.12%-
XYZ5.647.789.59-
YUV70.51135.61101.24-

RGB Variations

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

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.20% from 255) = 41.18%
R=16.18%
G=42.65%
B=41.18%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3387840.6200.030.66176.674523.53
Hex2157543E0342b12d18
Octal4112712476031022615530
Binary1000011010111101010011111001110000101011000110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>