#215253

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

Shades of Dark Slate Grey #215253

Tints of Dark Slate Grey #215253

Color information

#215253 (or 0x215253) is unknown color: approx Dark Slate Grey. HEX triplet: 21, 52 and 53. RGB value is (33,82,83). Sum of RGB (Red+Green+Blue) = 33+82+83=198 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.67% from 198); Green value is 82 (32.42% from 255 or 41.41% from 198); Blue value is 83 (32.81% from 255 or 41.92% from 198); Max value from RGB is 83 - color contains mainly: blue. Hex color #215253 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215253 is #DEADAC. Grayscale: #434343. Windows color (decimal): -14593453 or 5460513. OLE color: 5460513.

HSL color Cylindrical-coordinate representation of color #215253: hue angle of 181.2º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #215253 is Cyan = 0.60, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB338283-
CMYK0.600.0100.67
HSL181.2º43.1%22.75%-
HSV(B)181.2º60.24%32.55%-
XYZ5.216.989.26-
YUV67.46136.77103.42-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.67%
GREEN value IS 82 (32.42% from 255) = 41.41%
BLUE value IS 83 (32.81% from 255) = 41.92%
R=16.67%
G=41.41%
B=41.92%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3382830.600.0100.67181.243.122.75
Hex2152533C1043b52b17
Octal4112212374101032655327
Binary100001101001010100111111001010000111011010110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215253; }

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

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

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

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

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

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

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

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