Html Css Color HEX #415855 Dark Slate

📋 copy color: '#415855'

red 65 ◦ green 88 ◦ blue 85

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

Shades of Dark Slate #415855

Tints of Dark Slate #415855

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 35.71%

R = 27.31%
G = 36.97%
B = 35.71%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.03

 K value IS 0.65

RGB Variations

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

Color information

#415855 (or 0x415855) is known color: Dark Slate. HEX triplet: 41, 58 and 55. RGB value is (65,88,85). Sum of RGB (Red+Green+Blue) = 65+88+85=238 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.31% from 238); Green value is 88 (34.77% from 255 or 36.97% from 238); Blue value is 85 (33.59% from 255 or 35.71% from 238); Max value from RGB is 88 - color contains mainly: green. Hex color #415855 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415855 is #BEA7AA. Grayscale: #505050. Windows color (decimal): -12494763 or 5593153. OLE color: 5593153.

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

Color convert

RGB 65 88 85 -
CMYK 0.26 0 0.03 0.65
HSL 172.17º 0.15% 0.3% -
HSV(B) 172.17º 0.26% 0.35% -
XYZ 7.31 8.76 9.9 -
YUV 80.78 130.38 116.74 -
System Red Green Blue C M Y K H S L
Decimal 65 88 85 0.26 0 0.03 0.65 172.17 0.15 0.3
Hex 41 58 55 1A 0 3 41 AC F 1E
Octal 101 130 125 32 0 3 101 254 17 36
Binary 1000001 1011000 1010101 11010 0 11 1000001 10101100 1111 11110

Color Harmonies of #415855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415855

Black with #415855

Text Example


Text Example

White with #415855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415855; }

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

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

background-color css

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

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

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

border-color css

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

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

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