#215455

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

Shades of Dark Slate Grey #215455

Tints of Dark Slate Grey #215455

Color information

#215455 (or 0x215455) is unknown color: approx Dark Slate Grey. HEX triplet: 21, 54 and 55. RGB value is (33,84,85). Sum of RGB (Red+Green+Blue) = 33+84+85=202 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.34% from 202); Green value is 84 (33.20% from 255 or 41.58% from 202); Blue value is 85 (33.59% from 255 or 42.08% from 202); Max value from RGB is 85 - color contains mainly: blue. Hex color #215455 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215455 is #DEABAA. Grayscale: #444444. Windows color (decimal): -14592939 or 5592097. OLE color: 5592097.

HSL color Cylindrical-coordinate representation of color #215455: hue angle of 181.15º 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 #215455 is Cyan = 0.61, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB338485-
CMYK0.610.0100.67
HSL181.15º44.07%23.14%-
HSV(B)181.15º61.18%33.33%-
XYZ5.447.329.72-
YUV68.86137.1102.42-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.34%
GREEN value IS 84 (33.20% from 255) = 41.58%
BLUE value IS 85 (33.59% from 255) = 42.08%
R=16.34%
G=41.58%
B=42.08%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3384850.610.0100.67181.1544.0723.14
Hex2154553D1043b52c17
Octal4112412575101032655427
Binary100001101010010101011111011010000111011010110110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215455; }

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

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

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

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

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

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

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

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