#425451

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

Shades of Dark Slate #425451

Tints of Dark Slate #425451

Color information

#425451 (or 0x425451) is unknown color: approx Dark Slate. HEX triplet: 42, 54 and 51. RGB value is (66,84,81). Sum of RGB (Red+Green+Blue) = 66+84+81=231 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.57% from 231); Green value is 84 (33.20% from 255 or 36.36% from 231); Blue value is 81 (32.03% from 255 or 35.06% from 231); Max value from RGB is 84 - color contains mainly: green. Hex color #425451 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425451 is #BDABAE. Grayscale: #4E4E4E. Windows color (decimal): -12430255 or 5329986. OLE color: 5329986.

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

Color convert

RGB668481-
CMYK0.2100.040.67
HSL170º12%29.41%-
HSV(B)170º21.43%32.94%-
XYZ6.98.098.98-
YUV78.28129.54119.24-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.57%
GREEN value IS 84 (33.20% from 255) = 36.36%
BLUE value IS 81 (32.03% from 255) = 35.06%
R=28.57%
G=36.36%
B=35.06%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6684810.2100.040.671701229.41
Hex425451150443aac1d
Octal10212412125041032521435
Binary100001010101001010001101010100100001110101010110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425451; }

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

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

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

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

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

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

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

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