Html Css Color HEX #405350 Dark Slate

📋 copy color: '#405350'

red 64 ◦ green 83 ◦ blue 80

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

Shades of Dark Slate #405350

Tints of Dark Slate #405350

RGB

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

 GREEN value IS 83 (32.81% from 255) = 36.56%

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

R = 28.19%
G = 36.56%
B = 35.24%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.04

 K value IS 0.67

RGB Variations

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

Color information

#405350 (or 0x405350) is known color: Dark Slate. HEX triplet: 40, 53 and 50. RGB value is (64,83,80). Sum of RGB (Red+Green+Blue) = 64+83+80=227 (30% of max value = 765). Red value is 64 (25.39% from 255 or 28.19% from 227); Green value is 83 (32.81% from 255 or 36.56% from 227); Blue value is 80 (31.64% from 255 or 35.24% from 227); Max value from RGB is 83 - color contains mainly: green. Hex color #405350 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405350 is #BFACAF. Grayscale: #4C4C4C. Windows color (decimal): -12561584 or 5264192. OLE color: 5264192.

HSL color Cylindrical-coordinate representation of color #405350: hue angle of 170.53º degrees, saturation: 0.13, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #405350 is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.67.

Color convert

RGB 64 83 80 -
CMYK 0.23 0 0.04 0.67
HSL 170.53º 0.13% 0.29% -
HSV(B) 170.53º 0.23% 0.33% -
XYZ 6.66 7.86 8.75 -
YUV 76.98 129.71 118.74 -
System Red Green Blue C M Y K H S L
Decimal 64 83 80 0.23 0 0.04 0.67 170.53 0.13 0.29
Hex 40 53 50 17 0 4 43 AB D 1D
Octal 100 123 120 27 0 4 103 253 15 35
Binary 1000000 1010011 1010000 10111 0 100 1000011 10101011 1101 11101

Color Harmonies of #405350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405350

Black with #405350

Text Example


Text Example

White with #405350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405350; }

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

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

background-color css

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

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

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

border-color css

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

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

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