#455E5B

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

Shades of Dark Slate #455E5B

Tints of Dark Slate #455E5B

Color information

#455E5B (or 0x455E5B) is unknown color: approx Dark Slate. HEX triplet: 45, 5E and 5B. RGB value is (69,94,91). Sum of RGB (Red+Green+Blue) = 69+94+91=254 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.17% from 254); Green value is 94 (37.11% from 255 or 37.01% from 254); Blue value is 91 (35.94% from 255 or 35.83% from 254); Max value from RGB is 94 - color contains mainly: green. Hex color #455E5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455E5B is #BAA1A4. Grayscale: #565656. Windows color (decimal): -12231077 or 5987909. OLE color: 5987909.

HSL color Cylindrical-coordinate representation of color #455E5B: hue angle of 172.8º degrees, saturation: 0.15, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #455E5B is Cyan = 0.27, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.63.

Color convert

RGB699491-
CMYK0.2700.030.63
HSL172.8º15.34%31.96%-
HSV(B)172.8º26.6%36.86%-
XYZ8.3510.0311.39-
YUV86.18130.72115.74-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 27.17%
GREEN value IS 94 (37.11% from 255) = 37.01%
BLUE value IS 91 (35.94% from 255) = 35.83%
R=27.17%
G=37.01%
B=35.83%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6994910.2700.030.63172.815.3431.96
Hex455E5B1B033Fadf20
Octal1051361333303772551740
Binary10001011011110101101111011011111111101011011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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