#215257

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

Shades of Dark Slate Grey #215257

Tints of Dark Slate Grey #215257

Color information

#215257 (or 0x215257) is unknown color: approx Dark Slate Grey. HEX triplet: 21, 52 and 57. RGB value is (33,82,87). Sum of RGB (Red+Green+Blue) = 33+82+87=202 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.34% from 202); Green value is 82 (32.42% from 255 or 40.59% from 202); Blue value is 87 (34.38% from 255 or 43.07% from 202); Max value from RGB is 87 - color contains mainly: blue. Hex color #215257 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215257 is #DEADA8. Grayscale: #434343. Windows color (decimal): -14593449 or 5722657. OLE color: 5722657.

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

Color convert

RGB338287-
CMYK0.620.0600.66
HSL185.56º45%23.53%-
HSV(B)185.56º62.07%34.12%-
XYZ5.367.0510.09-
YUV67.92138.77103.09-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.34%
GREEN value IS 82 (32.42% from 255) = 40.59%
BLUE value IS 87 (34.38% from 255) = 43.07%
R=16.34%
G=40.59%
B=43.07%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3382870.620.0600.66185.564523.53
Hex2152573E6042ba2d18
Octal4112212776601022725530
Binary10000110100101010111111110110010000101011101010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215257; }

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

 H1.HeaderClassName
 {
   color: #215257;
 }
 .AnyTagClassName
 {
   color: #215257;
 }
</style>
background-color css

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

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

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

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

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

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