#425452

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

Shades of Dark Slate #425452

Tints of Dark Slate #425452

Color information

#425452 (or 0x425452) is unknown color: approx Dark Slate. HEX triplet: 42, 54 and 52. RGB value is (66,84,82). Sum of RGB (Red+Green+Blue) = 66+84+82=232 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.45% from 232); Green value is 84 (33.20% from 255 or 36.21% from 232); Blue value is 82 (32.42% from 255 or 35.34% from 232); Max value from RGB is 84 - color contains mainly: green. Hex color #425452 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425452 is #BDABAD. Grayscale: #4E4E4E. Windows color (decimal): -12430254 or 5395522. OLE color: 5395522.

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

Color convert

RGB668482-
CMYK0.2100.020.67
HSL173.33º12%29.41%-
HSV(B)173.33º21.43%32.94%-
XYZ6.948.119.18-
YUV78.39130.04119.16-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.45%
GREEN value IS 84 (33.20% from 255) = 36.21%
BLUE value IS 82 (32.42% from 255) = 35.34%
R=28.45%
G=36.21%
B=35.34%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6684820.2100.020.67173.331229.41
Hex425452150243adc1d
Octal10212412225021032551435
Binary10000101010100101001010101010100001110101101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425452; }

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

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

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

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

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

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

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

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