Html Css Color HEX #415853 Dark Slate

📋 copy color: '#415853'

red 65 ◦ green 88 ◦ blue 83

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

Shades of Dark Slate #415853

Tints of Dark Slate #415853

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 35.17%

R = 27.54%
G = 37.29%
B = 35.17%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.06

 K value IS 0.65

RGB Variations

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

Color information

#415853 (or 0x415853) is known color: Dark Slate. HEX triplet: 41, 58 and 53. RGB value is (65,88,83). Sum of RGB (Red+Green+Blue) = 65+88+83=236 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.54% from 236); Green value is 88 (34.77% from 255 or 37.29% from 236); Blue value is 83 (32.81% from 255 or 35.17% from 236); Max value from RGB is 88 - color contains mainly: green. Hex color #415853 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415853 is #BEA7AC. Grayscale: #505050. Windows color (decimal): -12494765 or 5462081. OLE color: 5462081.

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

Color convert

RGB 65 88 83 -
CMYK 0.26 0 0.06 0.65
HSL 166.96º 0.15% 0.3% -
HSV(B) 166.96º 0.26% 0.35% -
XYZ 7.23 8.73 9.49 -
YUV 80.55 129.38 116.91 -
System Red Green Blue C M Y K H S L
Decimal 65 88 83 0.26 0 0.06 0.65 166.96 0.15 0.3
Hex 41 58 53 1A 0 6 41 A7 F 1E
Octal 101 130 123 32 0 6 101 247 17 36
Binary 1000001 1011000 1010011 11010 0 110 1000001 10100111 1111 11110

Color Harmonies of #415853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415853

Black with #415853

Text Example


Text Example

White with #415853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415853; }

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

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

background-color css

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

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

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

border-color css

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

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

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