Html Css Color HEX #415B56 Dark Slate

📋 copy color: '#415B56'

red 65 ◦ green 91 ◦ blue 86

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

Shades of Dark Slate #415B56

Tints of Dark Slate #415B56

RGB

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

 GREEN value IS 91 (35.94% from 255) = 37.6%

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

R = 26.86%
G = 37.6%
B = 35.54%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.05

 K value IS 0.64

RGB Variations

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

Color information

#415B56 (or 0x415B56) is known color: Dark Slate. HEX triplet: 41, 5B and 56. RGB value is (65,91,86). Sum of RGB (Red+Green+Blue) = 65+91+86=242 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.86% from 242); Green value is 91 (35.94% from 255 or 37.60% from 242); Blue value is 86 (33.98% from 255 or 35.54% from 242); Max value from RGB is 91 - color contains mainly: green. Hex color #415B56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415B56 is #BEA4A9. Grayscale: #525252. Windows color (decimal): -12493994 or 5659457. OLE color: 5659457.

HSL color Cylindrical-coordinate representation of color #415B56: hue angle of 168.46º 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 #415B56 is Cyan = 0.29, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.64.

Color convert

RGB 65 91 86 -
CMYK 0.29 0 0.05 0.64
HSL 168.46º 0.17% 0.31% -
HSV(B) 168.46º 0.29% 0.36% -
XYZ 7.6 9.28 10.19 -
YUV 82.66 129.89 115.41 -
System Red Green Blue C M Y K H S L
Decimal 65 91 86 0.29 0 0.05 0.64 168.46 0.17 0.31
Hex 41 5B 56 1D 0 5 40 A8 11 1F
Octal 101 133 126 35 0 5 100 250 21 37
Binary 1000001 1011011 1010110 11101 0 101 1000000 10101000 10001 11111

Color Harmonies of #415B56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415B56

Black with #415B56

Text Example


Text Example

White with #415B56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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