#215355

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

Shades of Dark Slate Grey #215355

Tints of Dark Slate Grey #215355

Color information

#215355 (or 0x215355) is unknown color: approx Dark Slate Grey. HEX triplet: 21, 53 and 55. RGB value is (33,83,85). Sum of RGB (Red+Green+Blue) = 33+83+85=201 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.42% from 201); Green value is 83 (32.81% from 255 or 41.29% from 201); Blue value is 85 (33.59% from 255 or 42.29% from 201); Max value from RGB is 85 - color contains mainly: blue. Hex color #215355 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215355 is #DEACAA. Grayscale: #444444. Windows color (decimal): -14593195 or 5591841. OLE color: 5591841.

HSL color Cylindrical-coordinate representation of color #215355: hue angle of 182.31º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #215355 is Cyan = 0.61, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB338385-
CMYK0.610.0200.67
HSL182.31º44.07%23.14%-
HSV(B)182.31º61.18%33.33%-
XYZ5.367.179.69-
YUV68.28137.44102.84-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.42%
GREEN value IS 83 (32.81% from 255) = 41.29%
BLUE value IS 85 (33.59% from 255) = 42.29%
R=16.42%
G=41.29%
B=42.29%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3383850.610.0200.67182.3144.0723.14
Hex2153553D2043b62c17
Octal4112312575201032665427
Binary1000011010011101010111110110010000111011011010110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215355; }

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

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

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

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

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

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

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

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