#415450

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

Shades of Dark Slate #415450

Tints of Dark Slate #415450

Color information

#415450 (or 0x415450) is unknown color: approx Dark Slate. HEX triplet: 41, 54 and 50. RGB value is (65,84,80). Sum of RGB (Red+Green+Blue) = 65+84+80=229 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.38% from 229); Green value is 84 (33.20% from 255 or 36.68% from 229); Blue value is 80 (31.64% from 255 or 34.93% from 229); Max value from RGB is 84 - color contains mainly: green. Hex color #415450 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415450 is #BEABAF. Grayscale: #4D4D4D. Windows color (decimal): -12495792 or 5264449. OLE color: 5264449.

HSL color Cylindrical-coordinate representation of color #415450: hue angle of 167.37º degrees, saturation: 0.13, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #415450 is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.67.

Color convert

RGB658480-
CMYK0.2300.050.67
HSL167.37º12.75%29.22%-
HSV(B)167.37º22.62%32.94%-
XYZ6.88.048.78-
YUV77.86129.21118.83-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 28.38%
GREEN value IS 84 (33.20% from 255) = 36.68%
BLUE value IS 80 (31.64% from 255) = 34.93%
R=28.38%
G=36.68%
B=34.93%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6584800.2300.050.67167.3712.7529.22
Hex415450170543a7d1d
Octal10112412027051032471535
Binary100000110101001010000101110101100001110100111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415450; }

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

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

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

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

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

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

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

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