#455959

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

Shades of Dark Slate #455959

Tints of Dark Slate #455959

Color information

#455959 (or 0x455959) is unknown color: approx Dark Slate. HEX triplet: 45, 59 and 59. RGB value is (69,89,89). Sum of RGB (Red+Green+Blue) = 69+89+89=247 (32% of max value = 765). Red value is 69 (27.34% from 255 or 27.94% from 247); Green value is 89 (35.16% from 255 or 36.03% from 247); Blue value is 89 (35.16% from 255 or 36.03% from 247); Max value from RGB is 89 - color contains mainly: green, blue. Hex color #455959 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455959 is #BAA6A6. Grayscale: #535353. Windows color (decimal): -12232359 or 5855557. OLE color: 5855557.

HSL color Cylindrical-coordinate representation of color #455959: hue angle of 180º degrees, saturation: 0.13, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #455959 is Cyan = 0.22, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB698989-
CMYK0.22000.65
HSL180º12.66%30.98%-
HSV(B)180º22.47%34.9%-
XYZ7.839.1310.8-
YUV83.02131.37118-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 27.94%
GREEN value IS 89 (35.16% from 255) = 36.03%
BLUE value IS 89 (35.16% from 255) = 36.03%
R=27.94%
G=36.03%
B=36.03%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6989890.22000.6518012.6630.98
Hex455959160041b4d1f
Octal10513113126001012641537
Binary1000101101100110110011011000100000110110100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455959; }

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

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

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

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

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

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

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

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