#215458

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

Shades of Dark Slate Grey #215458

Tints of Dark Slate Grey #215458

Color information

#215458 (or 0x215458) is unknown color: approx Dark Slate Grey. HEX triplet: 21, 54 and 58. RGB value is (33,84,88). Sum of RGB (Red+Green+Blue) = 33+84+88=205 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.10% from 205); Green value is 84 (33.20% from 255 or 40.98% from 205); Blue value is 88 (34.77% from 255 or 42.93% from 205); Max value from RGB is 88 - color contains mainly: blue. Hex color #215458 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215458 is #DEABA7. Grayscale: #454545. Windows color (decimal): -14592936 or 5788705. OLE color: 5788705.

HSL color Cylindrical-coordinate representation of color #215458: hue angle of 184.36º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #215458 is Cyan = 0.62, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB338488-
CMYK0.620.0500.65
HSL184.36º45.45%23.73%-
HSV(B)184.36º62.5%34.51%-
XYZ5.567.3710.36-
YUV69.21138.6102.17-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.10%
GREEN value IS 84 (33.20% from 255) = 40.98%
BLUE value IS 88 (34.77% from 255) = 42.93%
R=16.10%
G=40.98%
B=42.93%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3384880.620.0500.65184.3645.4523.73
Hex2154583E5041b82d18
Octal4112413076501012705530
Binary10000110101001011000111110101010000011011100010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215458; }

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

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

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

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

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

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

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

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