#415050

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

Shades of Dark Slate #415050

Tints of Dark Slate #415050

Color information

#415050 (or 0x415050) is unknown color: approx Dark Slate. HEX triplet: 41, 50 and 50. RGB value is (65,80,80). Sum of RGB (Red+Green+Blue) = 65+80+80=225 (29% of max value = 765). Red value is 65 (25.78% from 255 or 28.89% from 225); Green value is 80 (31.64% from 255 or 35.56% from 225); Blue value is 80 (31.64% from 255 or 35.56% from 225); Max value from RGB is 80 - color contains mainly: green, blue. Hex color #415050 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415050 is #BEAFAF. Grayscale: #4B4B4B. Windows color (decimal): -12496816 or 5263425. OLE color: 5263425.

HSL color Cylindrical-coordinate representation of color #415050: hue angle of 180º degrees, saturation: 0.1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #415050 is Cyan = 0.19, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB658080-
CMYK0.19000.69
HSL180º10.34%28.43%-
HSV(B)180º18.75%31.37%-
XYZ6.57.448.68-
YUV75.52130.53120.5-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 28.89%
GREEN value IS 80 (31.64% from 255) = 35.56%
BLUE value IS 80 (31.64% from 255) = 35.56%
R=28.89%
G=35.56%
B=35.56%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6580800.19000.6918010.3428.43
Hex415050130045b4a1c
Octal10112012023001052641234
Binary1000001101000010100001001100100010110110100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415050; }

 p { color: rgb(65,80,80); }

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

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

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

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

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

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

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