#415856

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

Shades of Dark Slate #415856

Tints of Dark Slate #415856

Color information

#415856 (or 0x415856) is unknown color: approx Dark Slate. HEX triplet: 41, 58 and 56. RGB value is (65,88,86). Sum of RGB (Red+Green+Blue) = 65+88+86=239 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.20% from 239); Green value is 88 (34.77% from 255 or 36.82% from 239); Blue value is 86 (33.98% from 255 or 35.98% from 239); Max value from RGB is 88 - color contains mainly: green. Hex color #415856 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415856 is #BEA7A9. Grayscale: #505050. Windows color (decimal): -12494762 or 5658689. OLE color: 5658689.

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

Color convert

RGB658886-
CMYK0.2600.020.65
HSL174.78º15.03%30%-
HSV(B)174.78º26.14%34.51%-
XYZ7.358.7810.11-
YUV80.9130.88116.66-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 27.20%
GREEN value IS 88 (34.77% from 255) = 36.82%
BLUE value IS 86 (33.98% from 255) = 35.98%
R=27.20%
G=36.82%
B=35.98%

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
Decimal6588860.2600.020.65174.7815.0330
Hex4158561A0241aff1e
Octal10113012632021012571736
Binary10000011011000101011011010010100000110101111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415856; }

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

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

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

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

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

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

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

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