#455451

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

Shades of Dark Slate #455451

Tints of Dark Slate #455451

Color information

#455451 (or 0x455451) is unknown color: approx Dark Slate. HEX triplet: 45, 54 and 51. RGB value is (69,84,81). Sum of RGB (Red+Green+Blue) = 69+84+81=234 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.49% from 234); Green value is 84 (33.20% from 255 or 35.90% from 234); Blue value is 81 (32.03% from 255 or 34.62% from 234); Max value from RGB is 84 - color contains mainly: green. Hex color #455451 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455451 is #BAABAE. Grayscale: #4F4F4F. Windows color (decimal): -12233647 or 5329989. OLE color: 5329989.

HSL color Cylindrical-coordinate representation of color #455451: hue angle of 168º degrees, saturation: 0.1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #455451 is Cyan = 0.18, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.67.

Color convert

RGB698481-
CMYK0.1800.040.67
HSL168º9.8%30%-
HSV(B)168º17.86%32.94%-
XYZ7.118.28.99-
YUV79.17129.03120.74-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 29.49%
GREEN value IS 84 (33.20% from 255) = 35.90%
BLUE value IS 81 (32.03% from 255) = 34.62%
R=29.49%
G=35.90%
B=34.62%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6984810.1800.040.671689.830
Hex455451120443a8a1e
Octal10512412122041032501236
Binary100010110101001010001100100100100001110101000101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455451; }

 p { color: rgb(69,84,81); }

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

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

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

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

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

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

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