Html Css Color HEX #415956 Dark Slate

📋 copy color: '#415956'

red 65 ◦ green 89 ◦ blue 86

#415956
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Slate #415956

Tints of Dark Slate #415956

RGB

 RED value IS 65 (25.78% from 255) = 27.08%

 GREEN value IS 89 (35.16% from 255) = 37.08%

 BLUE value IS 86 (33.98% from 255) = 35.83%

R = 27.08%
G = 37.08%
B = 35.83%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.03

 K value IS 0.65

RGB Variations

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

Color information

#415956 (or 0x415956) is known color: Dark Slate. HEX triplet: 41, 59 and 56. RGB value is (65,89,86). Sum of RGB (Red+Green+Blue) = 65+89+86=240 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.08% from 240); Green value is 89 (35.16% from 255 or 37.08% from 240); Blue value is 86 (33.98% from 255 or 35.83% from 240); Max value from RGB is 89 - color contains mainly: green. Hex color #415956 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415956 is #BEA6A9. Grayscale: #515151. Windows color (decimal): -12494506 or 5658945. OLE color: 5658945.

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

Color convert

RGB 65 89 86 -
CMYK 0.27 0 0.03 0.65
HSL 172.5º 0.16% 0.3% -
HSV(B) 172.5º 0.27% 0.35% -
XYZ 7.43 8.94 10.14 -
YUV 81.48 130.55 116.24 -
System Red Green Blue C M Y K H S L
Decimal 65 89 86 0.27 0 0.03 0.65 172.5 0.16 0.3
Hex 41 59 56 1B 0 3 41 AC 10 1E
Octal 101 131 126 33 0 3 101 254 20 36
Binary 1000001 1011001 1010110 11011 0 11 1000001 10101100 10000 11110

Color Harmonies of #415956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415956

Black with #415956

Text Example


Text Example

White with #415956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415956; }

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

 H1.HeaderClassName
 {
   color: #415956;
 }
 .AnyTagClassName
 {
   color: #415956;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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