#415C58

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

Shades of Dark Slate #415C58

Tints of Dark Slate #415C58

Color information

#415C58 (or 0x415C58) is unknown color: approx Dark Slate. HEX triplet: 41, 5C and 58. RGB value is (65,92,88). Sum of RGB (Red+Green+Blue) = 65+92+88=245 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.53% from 245); Green value is 92 (36.33% from 255 or 37.55% from 245); Blue value is 88 (34.77% from 255 or 35.92% from 245); Max value from RGB is 92 - color contains mainly: green. Hex color #415C58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415C58 is #BEA3A7. Grayscale: #535353. Windows color (decimal): -12493736 or 5790785. OLE color: 5790785.

HSL color Cylindrical-coordinate representation of color #415C58: hue angle of 171.11º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #415C58 is Cyan = 0.29, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.64.

Color convert

RGB659288-
CMYK0.2900.040.64
HSL171.11º17.2%30.78%-
HSV(B)171.11º29.35%36.08%-
XYZ7.779.4810.65-
YUV83.47130.55114.83-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26.53%
GREEN value IS 92 (36.33% from 255) = 37.55%
BLUE value IS 88 (34.77% from 255) = 35.92%
R=26.53%
G=37.55%
B=35.92%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6592880.2900.040.64171.1117.230.78
Hex415C581D0440ab111f
Octal10113413035041002532137
Binary1000001101110010110001110101001000000101010111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415C58; }

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

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

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

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

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

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

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

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