Html Css Color HEX #405050 Dark Slate

📋 copy color: '#405050'

red 64 ◦ green 80 ◦ blue 80

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

Shades of Dark Slate #405050

Tints of Dark Slate #405050

RGB

 RED value IS 64 (25.39% from 255) = 28.57%

 GREEN value IS 80 (31.64% from 255) = 35.71%

 BLUE value IS 80 (31.64% from 255) = 35.71%

R = 28.57%
G = 35.71%
B = 35.71%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#405050 (or 0x405050) is known color: Dark Slate. HEX triplet: 40, 50 and 50. RGB value is (64,80,80). Sum of RGB (Red+Green+Blue) = 64+80+80=224 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.57% from 224); Green value is 80 (31.64% from 255 or 35.71% from 224); Blue value is 80 (31.64% from 255 or 35.71% from 224); Max value from RGB is 80 - color contains mainly: green, blue. Hex color #405050 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405050 is #BFAFAF. Grayscale: #4B4B4B. Windows color (decimal): -12562352 or 5263424. OLE color: 5263424.

HSL color Cylindrical-coordinate representation of color #405050: hue angle of 180º degrees, saturation: 0.11, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #405050 is Cyan = 0.20, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 64 80 80 -
CMYK 0.20 0 0 0.69
HSL 180º 0.11% 0.28% -
HSV(B) 180º 0.2% 0.31% -
XYZ 6.43 7.41 8.68 -
YUV 75.22 130.7 120 -
System Red Green Blue C M Y K H S L
Decimal 64 80 80 0.20 0 0 0.69 180 0.11 0.28
Hex 40 50 50 14 0 0 45 B4 B 1C
Octal 100 120 120 24 0 0 105 264 13 34
Binary 1000000 1010000 1010000 10100 0 0 1000101 10110100 1011 11100

Color Harmonies of #405050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405050

Black with #405050

Text Example


Text Example

White with #405050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405050; }

 p { color: rgb(64,80,80); }

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

background-color css

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

 a { background-color: rgb(64,80,80); }

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

border-color css

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

 span { border-color: rgb(64,80,80); }

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