#415D58

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

Shades of Dark Slate #415D58

Tints of Dark Slate #415D58

Color information

#415D58 (or 0x415D58) is unknown color: approx Dark Slate. HEX triplet: 41, 5D and 58. RGB value is (65,93,88). Sum of RGB (Red+Green+Blue) = 65+93+88=246 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.42% from 246); Green value is 93 (36.72% from 255 or 37.80% from 246); Blue value is 88 (34.77% from 255 or 35.77% from 246); Max value from RGB is 93 - color contains mainly: green. Hex color #415D58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415D58 is #BEA2A7. Grayscale: #545454. Windows color (decimal): -12493480 or 5791041. OLE color: 5791041.

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

Color convert

RGB659388-
CMYK0.3000.050.64
HSL169.29º17.72%30.98%-
HSV(B)169.29º30.11%36.47%-
XYZ7.869.6610.68-
YUV84.06130.22114.41-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26.42%
GREEN value IS 93 (36.72% from 255) = 37.80%
BLUE value IS 88 (34.77% from 255) = 35.77%
R=26.42%
G=37.80%
B=35.77%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6593880.3000.050.64169.2917.7230.98
Hex415D581E0540a9121f
Octal10113513036051002512237
Binary1000001101110110110001111001011000000101010011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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