#425D59

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

Shades of Dark Slate #425D59

Tints of Dark Slate #425D59

Color information

#425D59 (or 0x425D59) is unknown color: approx Dark Slate. HEX triplet: 42, 5D and 59. RGB value is (66,93,89). Sum of RGB (Red+Green+Blue) = 66+93+89=248 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.61% from 248); Green value is 93 (36.72% from 255 or 37.5% from 248); Blue value is 89 (35.16% from 255 or 35.89% from 248); Max value from RGB is 93 - color contains mainly: green. Hex color #425D59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425D59 is #BDA2A6. Grayscale: #545454. Windows color (decimal): -12427943 or 5856578. OLE color: 5856578.

HSL color Cylindrical-coordinate representation of color #425D59: hue angle of 171.11º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #425D59 is Cyan = 0.29, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.64.

Color convert

RGB669389-
CMYK0.2900.040.64
HSL171.11º16.98%31.18%-
HSV(B)171.11º29.03%36.47%-
XYZ7.969.7110.91-
YUV84.47130.55114.83-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.61%
GREEN value IS 93 (36.72% from 255) = 37.5%
BLUE value IS 89 (35.16% from 255) = 35.89%
R=26.61%
G=37.5%
B=35.89%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6693890.2900.040.64171.1116.9831.18
Hex425D591D0440ab111f
Octal10213513135041002532137
Binary1000010101110110110011110101001000000101010111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425D59; }

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

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

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

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

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

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

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

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