#415854

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

Shades of Dark Slate #415854

Tints of Dark Slate #415854

Color information

#415854 (or 0x415854) is unknown color: approx Dark Slate. HEX triplet: 41, 58 and 54. RGB value is (65,88,84). Sum of RGB (Red+Green+Blue) = 65+88+84=237 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.43% from 237); Green value is 88 (34.77% from 255 or 37.13% from 237); Blue value is 84 (33.20% from 255 or 35.44% from 237); Max value from RGB is 88 - color contains mainly: green. Hex color #415854 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415854 is #BEA7AB. Grayscale: #505050. Windows color (decimal): -12494764 or 5527617. OLE color: 5527617.

HSL color Cylindrical-coordinate representation of color #415854: hue angle of 169.57º degrees, saturation: 0.15, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #415854 is Cyan = 0.26, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.65.

Color convert

RGB658884-
CMYK0.2600.050.65
HSL169.57º15.03%30%-
HSV(B)169.57º26.14%34.51%-
XYZ7.278.749.69-
YUV80.67129.88116.83-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 27.43%
GREEN value IS 88 (34.77% from 255) = 37.13%
BLUE value IS 84 (33.20% from 255) = 35.44%
R=27.43%
G=37.13%
B=35.44%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6588840.2600.050.65169.5715.0330
Hex4158541A0541aaf1e
Octal10113012432051012521736
Binary100000110110001010100110100101100000110101010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415854; }

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

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

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

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

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

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

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

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