#455B58

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

Shades of Dark Slate #455B58

Tints of Dark Slate #455B58

Color information

#455B58 (or 0x455B58) is unknown color: approx Dark Slate. HEX triplet: 45, 5B and 58. RGB value is (69,91,88). Sum of RGB (Red+Green+Blue) = 69+91+88=248 (32% of max value = 765). Red value is 69 (27.34% from 255 or 27.82% from 248); Green value is 91 (35.94% from 255 or 36.69% from 248); Blue value is 88 (34.77% from 255 or 35.48% from 248); Max value from RGB is 91 - color contains mainly: green. Hex color #455B58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455B58 is #BAA4A7. Grayscale: #545454. Windows color (decimal): -12231848 or 5790533. OLE color: 5790533.

HSL color Cylindrical-coordinate representation of color #455B58: hue angle of 171.82º degrees, saturation: 0.14, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #455B58 is Cyan = 0.24, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.64.

Color convert

RGB699188-
CMYK0.2400.030.64
HSL171.82º13.75%31.37%-
HSV(B)171.82º24.18%35.69%-
XYZ7.969.4510.64-
YUV84.08130.21117.24-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 27.82%
GREEN value IS 91 (35.94% from 255) = 36.69%
BLUE value IS 88 (34.77% from 255) = 35.48%
R=27.82%
G=36.69%
B=35.48%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6991880.2400.030.64171.8213.7531.37
Hex455B58180340ace1f
Octal10513313030031002541637
Binary10001011011011101100011000011100000010101100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455B58; }

 p { color: rgb(69,91,88); }

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

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

 a { background-color: rgb(69,91,88); }

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

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

 span { border-color: rgb(69,91,88); }

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