#415957

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

Shades of Dark Slate #415957

Tints of Dark Slate #415957

Color information

#415957 (or 0x415957) is unknown color: approx Dark Slate. HEX triplet: 41, 59 and 57. RGB value is (65,89,87). Sum of RGB (Red+Green+Blue) = 65+89+87=241 (31% of max value = 765). Red value is 65 (25.78% from 255 or 26.97% from 241); Green value is 89 (35.16% from 255 or 36.93% from 241); Blue value is 87 (34.38% from 255 or 36.10% from 241); Max value from RGB is 89 - color contains mainly: green. Hex color #415957 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415957 is #BEA6A8. Grayscale: #515151. Windows color (decimal): -12494505 or 5724481. OLE color: 5724481.

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

Color convert

RGB658987-
CMYK0.2700.020.65
HSL175º15.58%30.2%-
HSV(B)175º26.97%34.9%-
XYZ7.478.9610.35-
YUV81.6131.05116.16-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26.97%
GREEN value IS 89 (35.16% from 255) = 36.93%
BLUE value IS 87 (34.38% from 255) = 36.10%
R=26.97%
G=36.93%
B=36.10%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6589870.2700.020.6517515.5830.2
Hex4159571B0241af101e
Octal10113112733021012572036
Binary100000110110011010111110110101000001101011111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415957; }

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

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

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

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

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

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

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

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