#455B59

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

Shades of Dark Slate #455B59

Tints of Dark Slate #455B59

Color information

#455B59 (or 0x455B59) is unknown color: approx Dark Slate. HEX triplet: 45, 5B and 59. RGB value is (69,91,89). Sum of RGB (Red+Green+Blue) = 69+91+89=249 (32% of max value = 765). Red value is 69 (27.34% from 255 or 27.71% from 249); Green value is 91 (35.94% from 255 or 36.55% from 249); Blue value is 89 (35.16% from 255 or 35.74% from 249); Max value from RGB is 91 - color contains mainly: green. Hex color #455B59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455B59 is #BAA4A6. Grayscale: #545454. Windows color (decimal): -12231847 or 5856069. OLE color: 5856069.

HSL color Cylindrical-coordinate representation of color #455B59: hue angle of 174.55º 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 #455B59 is Cyan = 0.24, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.64.

Color convert

RGB699189-
CMYK0.2400.020.64
HSL174.55º13.75%31.37%-
HSV(B)174.55º24.18%35.69%-
XYZ89.4710.86-
YUV84.19130.71117.16-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 27.71%
GREEN value IS 91 (35.94% from 255) = 36.55%
BLUE value IS 89 (35.16% from 255) = 35.74%
R=27.71%
G=36.55%
B=35.74%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6991890.2400.020.64174.5513.7531.37
Hex455B59180240afe1f
Octal10513313130021002571637
Binary10001011011011101100111000010100000010101111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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