#415E5B

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

Shades of Dark Slate #415E5B

Tints of Dark Slate #415E5B

Color information

#415E5B (or 0x415E5B) is unknown color: approx Dark Slate. HEX triplet: 41, 5E and 5B. RGB value is (65,94,91). Sum of RGB (Red+Green+Blue) = 65+94+91=250 (33% of max value = 765). Red value is 65 (25.78% from 255 or 26% from 250); Green value is 94 (37.11% from 255 or 37.6% from 250); Blue value is 91 (35.94% from 255 or 36.4% from 250); Max value from RGB is 94 - color contains mainly: green. Hex color #415E5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415E5B is #BEA1A4. Grayscale: #545454. Windows color (decimal): -12493221 or 5987905. OLE color: 5987905.

HSL color Cylindrical-coordinate representation of color #415E5B: hue angle of 173.79º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #415E5B is Cyan = 0.31, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.63.

Color convert

RGB659491-
CMYK0.3100.030.63
HSL173.79º18.24%31.18%-
HSV(B)173.79º30.85%36.86%-
XYZ8.079.8811.38-
YUV84.99131.39113.74-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26%
GREEN value IS 94 (37.11% from 255) = 37.6%
BLUE value IS 91 (35.94% from 255) = 36.4%
R=26%
G=37.6%
B=36.4%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6594910.3100.030.63173.7918.2431.18
Hex415E5B1F033Fae121f
Octal1011361333703772562237
Binary10000011011110101101111111011111111101011101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,94,91); }

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

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

 a { background-color: rgb(65,94,91); }

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

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

 span { border-color: rgb(65,94,91); }

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