#415857

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

Shades of Dark Slate #415857

Tints of Dark Slate #415857

Color information

#415857 (or 0x415857) is unknown color: approx Dark Slate. HEX triplet: 41, 58 and 57. RGB value is (65,88,87). Sum of RGB (Red+Green+Blue) = 65+88+87=240 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.08% from 240); Green value is 88 (34.77% from 255 or 36.67% from 240); Blue value is 87 (34.38% from 255 or 36.25% from 240); Max value from RGB is 88 - color contains mainly: green. Hex color #415857 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415857 is #BEA7A8. Grayscale: #505050. Windows color (decimal): -12494761 or 5724225. OLE color: 5724225.

HSL color Cylindrical-coordinate representation of color #415857: hue angle of 177.39º 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 #415857 is Cyan = 0.26, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.65.

Color convert

RGB658887-
CMYK0.2600.010.65
HSL177.39º15.03%30%-
HSV(B)177.39º26.14%34.51%-
XYZ7.398.7910.32-
YUV81.01131.38116.58-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 27.08%
GREEN value IS 88 (34.77% from 255) = 36.67%
BLUE value IS 87 (34.38% from 255) = 36.25%
R=27.08%
G=36.67%
B=36.25%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6588870.2600.010.65177.3915.0330
Hex4158571A0141b1f1e
Octal10113012732011012611736
Binary1000001101100010101111101001100000110110001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415857; }

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

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

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

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

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

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

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

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