#415956

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

Shades of Dark Slate #415956

Tints of Dark Slate #415956

Color information

#415956 (or 0x415956) is unknown color: approx Dark Slate. HEX triplet: 41, 59 and 56. RGB value is (65,89,86). Sum of RGB (Red+Green+Blue) = 65+89+86=240 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.08% from 240); Green value is 89 (35.16% from 255 or 37.08% from 240); Blue value is 86 (33.98% from 255 or 35.83% from 240); Max value from RGB is 89 - color contains mainly: green. Hex color #415956 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415956 is #BEA6A9. Grayscale: #515151. Windows color (decimal): -12494506 or 5658945. OLE color: 5658945.

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

Color convert

RGB658986-
CMYK0.2700.030.65
HSL172.5º15.58%30.2%-
HSV(B)172.5º26.97%34.9%-
XYZ7.438.9410.14-
YUV81.48130.55116.24-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 27.08%
GREEN value IS 89 (35.16% from 255) = 37.08%
BLUE value IS 86 (33.98% from 255) = 35.83%
R=27.08%
G=37.08%
B=35.83%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6589860.2700.030.65172.515.5830.2
Hex4159561B0341ac101e
Octal10113112633031012542036
Binary100000110110011010110110110111000001101011001000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415956; }

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

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

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

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

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

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

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

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