#415D59

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

Shades of Dark Slate #415D59

Tints of Dark Slate #415D59

Color information

#415D59 (or 0x415D59) is unknown color: approx Dark Slate. HEX triplet: 41, 5D and 59. RGB value is (65,93,89). Sum of RGB (Red+Green+Blue) = 65+93+89=247 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.32% from 247); Green value is 93 (36.72% from 255 or 37.65% from 247); Blue value is 89 (35.16% from 255 or 36.03% from 247); Max value from RGB is 93 - color contains mainly: green. Hex color #415D59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415D59 is #BEA2A6. Grayscale: #545454. Windows color (decimal): -12493479 or 5856577. OLE color: 5856577.

HSL color Cylindrical-coordinate representation of color #415D59: hue angle of 171.43º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #415D59 is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.64.

Color convert

RGB659389-
CMYK0.3000.040.64
HSL171.43º17.72%30.98%-
HSV(B)171.43º30.11%36.47%-
XYZ7.99.6710.9-
YUV84.17130.72114.33-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26.32%
GREEN value IS 93 (36.72% from 255) = 37.65%
BLUE value IS 89 (35.16% from 255) = 36.03%
R=26.32%
G=37.65%
B=36.03%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6593890.3000.040.64171.4317.7230.98
Hex415D591E0440ab121f
Octal10113513136041002532237
Binary1000001101110110110011111001001000000101010111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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