#425958

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

Shades of Dark Slate #425958

Tints of Dark Slate #425958

Color information

#425958 (or 0x425958) is unknown color: approx Dark Slate. HEX triplet: 42, 59 and 58. RGB value is (66,89,88). Sum of RGB (Red+Green+Blue) = 66+89+88=243 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.16% from 243); Green value is 89 (35.16% from 255 or 36.63% from 243); Blue value is 88 (34.77% from 255 or 36.21% from 243); Max value from RGB is 89 - color contains mainly: green. Hex color #425958 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425958 is #BDA6A7. Grayscale: #515151. Windows color (decimal): -12428968 or 5790018. OLE color: 5790018.

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

Color convert

RGB668988-
CMYK0.2600.010.65
HSL177.39º14.84%30.39%-
HSV(B)177.39º25.84%34.9%-
XYZ7.589.0110.57-
YUV82.01131.38116.58-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.16%
GREEN value IS 89 (35.16% from 255) = 36.63%
BLUE value IS 88 (34.77% from 255) = 36.21%
R=27.16%
G=36.63%
B=36.21%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6689880.2600.010.65177.3914.8430.39
Hex4259581A0141b1f1e
Octal10213113032011012611736
Binary1000010101100110110001101001100000110110001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425958; }

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

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

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

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

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

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

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

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