Html Css Color HEX #405D5A Dark Slate

📋 copy color: '#405D5A'

red 64 ◦ green 93 ◦ blue 90

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

Shades of Dark Slate #405D5A

Tints of Dark Slate #405D5A

RGB

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

 GREEN value IS 93 (36.72% from 255) = 37.65%

 BLUE value IS 90 (35.55% from 255) = 36.44%

R = 25.91%
G = 37.65%
B = 36.44%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.03

 K value IS 0.64

RGB Variations

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

Color information

#405D5A (or 0x405D5A) is known color: Dark Slate. HEX triplet: 40, 5D and 5A. RGB value is (64,93,90). Sum of RGB (Red+Green+Blue) = 64+93+90=247 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.91% from 247); Green value is 93 (36.72% from 255 or 37.65% from 247); Blue value is 90 (35.55% from 255 or 36.44% from 247); Max value from RGB is 93 - color contains mainly: green. Hex color #405D5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405D5A is #BFA2A5. Grayscale: #535353. Windows color (decimal): -12559014 or 5922112. OLE color: 5922112.

HSL color Cylindrical-coordinate representation of color #405D5A: hue angle of 173.79º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #405D5A is Cyan = 0.31, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.64.

Color convert

RGB 64 93 90 -
CMYK 0.31 0 0.03 0.64
HSL 173.79º 0.18% 0.31% -
HSV(B) 173.79º 0.31% 0.36% -
XYZ 7.87 9.66 11.12 -
YUV 83.99 131.39 113.74 -
System Red Green Blue C M Y K H S L
Decimal 64 93 90 0.31 0 0.03 0.64 173.79 0.18 0.31
Hex 40 5D 5A 1F 0 3 40 AE 12 1F
Octal 100 135 132 37 0 3 100 256 22 37
Binary 1000000 1011101 1011010 11111 0 11 1000000 10101110 10010 11111

Color Harmonies of #405D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405D5A

Black with #405D5A

Text Example


Text Example

White with #405D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405D5A; }

 p { color: rgb(64,93,90); }

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

background-color css

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

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

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

border-color css

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

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

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