Html Css Color HEX #415856 Dark Slate

📋 copy color: '#415856'

red 65 ◦ green 88 ◦ blue 86

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

Shades of Dark Slate #415856

Tints of Dark Slate #415856

RGB

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

 GREEN value IS 88 (34.77% from 255) = 36.82%

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

R = 27.2%
G = 36.82%
B = 35.98%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.02

 K value IS 0.65

RGB Variations

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

Color information

#415856 (or 0x415856) is known color: Dark Slate. HEX triplet: 41, 58 and 56. RGB value is (65,88,86). Sum of RGB (Red+Green+Blue) = 65+88+86=239 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.20% from 239); Green value is 88 (34.77% from 255 or 36.82% from 239); Blue value is 86 (33.98% from 255 or 35.98% from 239); Max value from RGB is 88 - color contains mainly: green. Hex color #415856 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415856 is #BEA7A9. Grayscale: #505050. Windows color (decimal): -12494762 or 5658689. OLE color: 5658689.

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

Color convert

RGB 65 88 86 -
CMYK 0.26 0 0.02 0.65
HSL 174.78º 0.15% 0.3% -
HSV(B) 174.78º 0.26% 0.35% -
XYZ 7.35 8.78 10.11 -
YUV 80.9 130.88 116.66 -
System Red Green Blue C M Y K H S L
Decimal 65 88 86 0.26 0 0.02 0.65 174.78 0.15 0.3
Hex 41 58 56 1A 0 2 41 AF F 1E
Octal 101 130 126 32 0 2 101 257 17 36
Binary 1000001 1011000 1010110 11010 0 10 1000001 10101111 1111 11110

Color Harmonies of #415856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415856

Black with #415856

Text Example


Text Example

White with #415856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415856; }

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

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

background-color css

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

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

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

border-color css

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

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

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