#425150

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

Shades of Dark Slate #425150

Tints of Dark Slate #425150

Color information

#425150 (or 0x425150) is unknown color: approx Dark Slate. HEX triplet: 42, 51 and 50. RGB value is (66,81,80). Sum of RGB (Red+Green+Blue) = 66+81+80=227 (30% of max value = 765). Red value is 66 (26.17% from 255 or 29.07% from 227); Green value is 81 (32.03% from 255 or 35.68% from 227); Blue value is 80 (31.64% from 255 or 35.24% from 227); Max value from RGB is 81 - color contains mainly: green. Hex color #425150 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425150 is #BDAEAF. Grayscale: #4C4C4C. Windows color (decimal): -12431024 or 5263682. OLE color: 5263682.

HSL color Cylindrical-coordinate representation of color #425150: hue angle of 176º 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 #425150 is Cyan = 0.19, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.68.

Color convert

RGB668180-
CMYK0.1900.010.68
HSL176º10.2%28.82%-
HSV(B)176º18.52%31.76%-
XYZ6.647.628.71-
YUV76.4130.03120.58-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.07%
GREEN value IS 81 (32.03% from 255) = 35.68%
BLUE value IS 80 (31.64% from 255) = 35.24%
R=29.07%
G=35.68%
B=35.24%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6681800.1900.010.6817610.228.82
Hex425150130144b0a1d
Octal10212112023011042601235
Binary1000010101000110100001001101100010010110000101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425150; }

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

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

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

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

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

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

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

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