#415752

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

Shades of Dark Slate #415752

Tints of Dark Slate #415752

Color information

#415752 (or 0x415752) is unknown color: approx Dark Slate. HEX triplet: 41, 57 and 52. RGB value is (65,87,82). Sum of RGB (Red+Green+Blue) = 65+87+82=234 (30% of max value = 765). Red value is 65 (25.78% from 255 or 27.78% from 234); Green value is 87 (34.38% from 255 or 37.18% from 234); Blue value is 82 (32.42% from 255 or 35.04% from 234); Max value from RGB is 87 - color contains mainly: green. Hex color #415752 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415752 is #BEA8AD. Grayscale: #4F4F4F. Windows color (decimal): -12495022 or 5396289. OLE color: 5396289.

HSL color Cylindrical-coordinate representation of color #415752: hue angle of 166.36º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #415752 is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.66.

Color convert

RGB658782-
CMYK0.2500.060.66
HSL166.36º14.47%29.8%-
HSV(B)166.36º25.29%34.12%-
XYZ7.118.559.26-
YUV79.85129.21117.41-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 27.78%
GREEN value IS 87 (34.38% from 255) = 37.18%
BLUE value IS 82 (32.42% from 255) = 35.04%
R=27.78%
G=37.18%
B=35.04%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6587820.2500.060.66166.3614.4729.8
Hex415752190642a6e1e
Octal10112712231061022461636
Binary100000110101111010010110010110100001010100110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415752; }

 p { color: rgb(65,87,82); }

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

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

 a { background-color: rgb(65,87,82); }

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

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

 span { border-color: rgb(65,87,82); }

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