#415B59

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

Shades of Dark Slate #415B59

Tints of Dark Slate #415B59

Color information

#415B59 (or 0x415B59) is unknown color: approx Dark Slate. HEX triplet: 41, 5B and 59. RGB value is (65,91,89). Sum of RGB (Red+Green+Blue) = 65+91+89=245 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.53% from 245); Green value is 91 (35.94% from 255 or 37.14% from 245); Blue value is 89 (35.16% from 255 or 36.33% from 245); Max value from RGB is 91 - color contains mainly: green. Hex color #415B59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415B59 is #BEA4A6. Grayscale: #525252. Windows color (decimal): -12493991 or 5856065. OLE color: 5856065.

HSL color Cylindrical-coordinate representation of color #415B59: hue angle of 175.38º 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 #415B59 is Cyan = 0.29, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.64.

Color convert

RGB659189-
CMYK0.2900.020.64
HSL175.38º16.67%30.59%-
HSV(B)175.38º28.57%35.69%-
XYZ7.729.3310.84-
YUV83131.39115.16-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26.53%
GREEN value IS 91 (35.94% from 255) = 37.14%
BLUE value IS 89 (35.16% from 255) = 36.33%
R=26.53%
G=37.14%
B=36.33%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6591890.2900.020.64175.3816.6730.59
Hex415B591D0240af111f
Octal10113313135021002572137
Binary100000110110111011001111010101000000101011111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415B59; }

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

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

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

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

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

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

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

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