#425957

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

Shades of Dark Slate #425957

Tints of Dark Slate #425957

Color information

#425957 (or 0x425957) is unknown color: approx Dark Slate. HEX triplet: 42, 59 and 57. RGB value is (66,89,87). Sum of RGB (Red+Green+Blue) = 66+89+87=242 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.27% from 242); Green value is 89 (35.16% from 255 or 36.78% from 242); Blue value is 87 (34.38% from 255 or 35.95% from 242); Max value from RGB is 89 - color contains mainly: green. Hex color #425957 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425957 is #BDA6A8. Grayscale: #515151. Windows color (decimal): -12428969 or 5724482. OLE color: 5724482.

HSL color Cylindrical-coordinate representation of color #425957: hue angle of 174.78º degrees, saturation: 0.15, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #425957 is Cyan = 0.26, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.65.

Color convert

RGB668987-
CMYK0.2600.020.65
HSL174.78º14.84%30.39%-
HSV(B)174.78º25.84%34.9%-
XYZ7.548.9910.35-
YUV81.9130.88116.66-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.27%
GREEN value IS 89 (35.16% from 255) = 36.78%
BLUE value IS 87 (34.38% from 255) = 35.95%
R=27.27%
G=36.78%
B=35.95%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6689870.2600.020.65174.7814.8430.39
Hex4259571A0241aff1e
Octal10213112732021012571736
Binary10000101011001101011111010010100000110101111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425957; }

 p { color: rgb(66,89,87); }

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

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

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

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

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

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

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