#425151

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

Shades of Dark Slate #425151

Tints of Dark Slate #425151

Color information

#425151 (or 0x425151) is unknown color: approx Dark Slate. HEX triplet: 42, 51 and 51. RGB value is (66,81,81). Sum of RGB (Red+Green+Blue) = 66+81+81=228 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.95% from 228); Green value is 81 (32.03% from 255 or 35.53% from 228); Blue value is 81 (32.03% from 255 or 35.53% from 228); Max value from RGB is 81 - color contains mainly: green, blue. Hex color #425151 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425151 is #BDAEAE. Grayscale: #4C4C4C. Windows color (decimal): -12431023 or 5329218. OLE color: 5329218.

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

Color convert

RGB668181-
CMYK0.19000.68
HSL180º10.2%28.82%-
HSV(B)180º18.52%31.76%-
XYZ6.677.648.91-
YUV76.51130.53120.5-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.95%
GREEN value IS 81 (32.03% from 255) = 35.53%
BLUE value IS 81 (32.03% from 255) = 35.53%
R=28.95%
G=35.53%
B=35.53%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6681810.19000.6818010.228.82
Hex425151130044b4a1d
Octal10212112123001042641235
Binary1000010101000110100011001100100010010110100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425151; }

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

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

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

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

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

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

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

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