#415D5A

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

Shades of Dark Slate #415D5A

Tints of Dark Slate #415D5A

Color information

#415D5A (or 0x415D5A) is unknown color: approx Dark Slate. HEX triplet: 41, 5D and 5A. RGB value is (65,93,90). Sum of RGB (Red+Green+Blue) = 65+93+90=248 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.21% from 248); Green value is 93 (36.72% from 255 or 37.5% from 248); Blue value is 90 (35.55% from 255 or 36.29% from 248); Max value from RGB is 93 - color contains mainly: green. Hex color #415D5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415D5A is #BEA2A5. Grayscale: #545454. Windows color (decimal): -12493478 or 5922113. OLE color: 5922113.

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

Color convert

RGB659390-
CMYK0.3000.030.64
HSL173.57º17.72%30.98%-
HSV(B)173.57º30.11%36.47%-
XYZ7.949.6911.12-
YUV84.29131.22114.24-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26.21%
GREEN value IS 93 (36.72% from 255) = 37.5%
BLUE value IS 90 (35.55% from 255) = 36.29%
R=26.21%
G=37.5%
B=36.29%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6593900.3000.030.64173.5717.7230.98
Hex415D5A1E0340ae121f
Octal10113513236031002562237
Binary100000110111011011010111100111000000101011101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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