Html Css Color HEX #415854 Dark Slate

📋 copy color: '#415854'

red 65 ◦ green 88 ◦ blue 84

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

Shades of Dark Slate #415854

Tints of Dark Slate #415854

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 35.44%

R = 27.43%
G = 37.13%
B = 35.44%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.05

 K value IS 0.65

RGB Variations

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

Color information

#415854 (or 0x415854) is known color: Dark Slate. HEX triplet: 41, 58 and 54. RGB value is (65,88,84). Sum of RGB (Red+Green+Blue) = 65+88+84=237 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.43% from 237); Green value is 88 (34.77% from 255 or 37.13% from 237); Blue value is 84 (33.20% from 255 or 35.44% from 237); Max value from RGB is 88 - color contains mainly: green. Hex color #415854 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415854 is #BEA7AB. Grayscale: #505050. Windows color (decimal): -12494764 or 5527617. OLE color: 5527617.

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

Color convert

RGB 65 88 84 -
CMYK 0.26 0 0.05 0.65
HSL 169.57º 0.15% 0.3% -
HSV(B) 169.57º 0.26% 0.35% -
XYZ 7.27 8.74 9.69 -
YUV 80.67 129.88 116.83 -
System Red Green Blue C M Y K H S L
Decimal 65 88 84 0.26 0 0.05 0.65 169.57 0.15 0.3
Hex 41 58 54 1A 0 5 41 AA F 1E
Octal 101 130 124 32 0 5 101 252 17 36
Binary 1000001 1011000 1010100 11010 0 101 1000001 10101010 1111 11110

Color Harmonies of #415854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415854

Black with #415854

Text Example


Text Example

White with #415854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415854; }

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

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

background-color css

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

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

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

border-color css

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

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

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