#425454

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

Shades of Dark Slate #425454

Tints of Dark Slate #425454

Color information

#425454 (or 0x425454) is unknown color: approx Dark Slate. HEX triplet: 42, 54 and 54. RGB value is (66,84,84). Sum of RGB (Red+Green+Blue) = 66+84+84=234 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.21% from 234); Green value is 84 (33.20% from 255 or 35.90% from 234); Blue value is 84 (33.20% from 255 or 35.90% from 234); Max value from RGB is 84 - color contains mainly: green, blue. Hex color #425454 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425454 is #BDABAB. Grayscale: #4E4E4E. Windows color (decimal): -12430252 or 5526594. OLE color: 5526594.

HSL color Cylindrical-coordinate representation of color #425454: hue angle of 180º 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 #425454 is Cyan = 0.21, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB668484-
CMYK0.21000.67
HSL180º12%29.41%-
HSV(B)180º21.43%32.94%-
XYZ7.028.149.59-
YUV78.62131.04119-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.21%
GREEN value IS 84 (33.20% from 255) = 35.90%
BLUE value IS 84 (33.20% from 255) = 35.90%
R=28.21%
G=35.90%
B=35.90%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6684840.21000.671801229.41
Hex425454150043b4c1d
Octal10212412425001032641435
Binary1000010101010010101001010100100001110110100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425454; }

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

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

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

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

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

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

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

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