#425956

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

Shades of Dark Slate #425956

Tints of Dark Slate #425956

Color information

#425956 (or 0x425956) is unknown color: approx Dark Slate. HEX triplet: 42, 59 and 56. RGB value is (66,89,86). Sum of RGB (Red+Green+Blue) = 66+89+86=241 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.39% from 241); Green value is 89 (35.16% from 255 or 36.93% from 241); Blue value is 86 (33.98% from 255 or 35.68% from 241); Max value from RGB is 89 - color contains mainly: green. Hex color #425956 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425956 is #BDA6A9. Grayscale: #515151. Windows color (decimal): -12428970 or 5658946. OLE color: 5658946.

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

Color convert

RGB668986-
CMYK0.2600.030.65
HSL172.17º14.84%30.39%-
HSV(B)172.17º25.84%34.9%-
XYZ7.58.9710.14-
YUV81.78130.38116.74-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.39%
GREEN value IS 89 (35.16% from 255) = 36.93%
BLUE value IS 86 (33.98% from 255) = 35.68%
R=27.39%
G=36.93%
B=35.68%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6689860.2600.030.65172.1714.8430.39
Hex4259561A0341acf1e
Octal10213112632031012541736
Binary10000101011001101011011010011100000110101100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425956; }

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

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

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

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

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

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

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

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