#455753

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

Shades of Dark Slate #455753

Tints of Dark Slate #455753

Color information

#455753 (or 0x455753) is unknown color: approx Dark Slate. HEX triplet: 45, 57 and 53. RGB value is (69,87,83). Sum of RGB (Red+Green+Blue) = 69+87+83=239 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.87% from 239); Green value is 87 (34.38% from 255 or 36.40% from 239); Blue value is 83 (32.81% from 255 or 34.73% from 239); Max value from RGB is 87 - color contains mainly: green. Hex color #455753 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455753 is #BAA8AC. Grayscale: #515151. Windows color (decimal): -12232877 or 5461829. OLE color: 5461829.

HSL color Cylindrical-coordinate representation of color #455753: hue angle of 166.67º degrees, saturation: 0.12, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #455753 is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.66.

Color convert

RGB698783-
CMYK0.2100.050.66
HSL166.67º11.54%30.59%-
HSV(B)166.67º20.69%34.12%-
XYZ7.428.719.47-
YUV81.16129.04119.33-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 28.87%
GREEN value IS 87 (34.38% from 255) = 36.40%
BLUE value IS 83 (32.81% from 255) = 34.73%
R=28.87%
G=36.40%
B=34.73%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6987830.2100.050.66166.6711.5430.59
Hex455753150542a7c1f
Octal10512712325051022471437
Binary100010110101111010011101010101100001010100111110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455753; }

 p { color: rgb(69,87,83); }

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

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

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

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

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

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

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