#415150

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

Shades of Dark Slate #415150

Tints of Dark Slate #415150

Color information

#415150 (or 0x415150) is unknown color: approx Dark Slate. HEX triplet: 41, 51 and 50. RGB value is (65,81,80). Sum of RGB (Red+Green+Blue) = 65+81+80=226 (29% of max value = 765). Red value is 65 (25.78% from 255 or 28.76% from 226); Green value is 81 (32.03% from 255 or 35.84% from 226); Blue value is 80 (31.64% from 255 or 35.40% from 226); Max value from RGB is 81 - color contains mainly: green. Hex color #415150 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415150 is #BEAEAF. Grayscale: #4C4C4C. Windows color (decimal): -12496560 or 5263681. OLE color: 5263681.

HSL color Cylindrical-coordinate representation of color #415150: hue angle of 176.25º degrees, saturation: 0.11, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #415150 is Cyan = 0.20, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.68.

Color convert

RGB658180-
CMYK0.2000.010.68
HSL176.25º10.96%28.63%-
HSV(B)176.25º19.75%31.76%-
XYZ6.577.598.71-
YUV76.1130.2120.08-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 28.76%
GREEN value IS 81 (32.03% from 255) = 35.84%
BLUE value IS 80 (31.64% from 255) = 35.40%
R=28.76%
G=35.84%
B=35.40%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6581800.2000.010.68176.2510.9628.63
Hex415150140144b0b1d
Octal10112112024011042601335
Binary1000001101000110100001010001100010010110000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415150; }

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

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

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

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

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

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

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

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