#425251

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

Shades of Dark Slate #425251

Tints of Dark Slate #425251

Color information

#425251 (or 0x425251) is unknown color: approx Dark Slate. HEX triplet: 42, 52 and 51. RGB value is (66,82,81). Sum of RGB (Red+Green+Blue) = 66+82+81=229 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.82% from 229); Green value is 82 (32.42% from 255 or 35.81% from 229); Blue value is 81 (32.03% from 255 or 35.37% from 229); Max value from RGB is 82 - color contains mainly: green. Hex color #425251 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425251 is #BDADAE. Grayscale: #4D4D4D. Windows color (decimal): -12430767 or 5329474. OLE color: 5329474.

HSL color Cylindrical-coordinate representation of color #425251: hue angle of 176.25º degrees, saturation: 0.11, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #425251 is Cyan = 0.20, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.68.

Color convert

RGB668281-
CMYK0.2000.010.68
HSL176.25º10.81%29.02%-
HSV(B)176.25º19.51%32.16%-
XYZ6.757.798.93-
YUV77.1130.2120.08-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.82%
GREEN value IS 82 (32.42% from 255) = 35.81%
BLUE value IS 81 (32.03% from 255) = 35.37%
R=28.82%
G=35.81%
B=35.37%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6682810.2000.010.68176.2510.8129.02
Hex425251140144b0b1d
Octal10212212124011042601335
Binary1000010101001010100011010001100010010110000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425251; }

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

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

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

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

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

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

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

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