Html Css Color HEX #405551 Dark Slate

📋 copy color: '#405551'

red 64 ◦ green 85 ◦ blue 81

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

Shades of Dark Slate #405551

Tints of Dark Slate #405551

RGB

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

 GREEN value IS 85 (33.59% from 255) = 36.96%

 BLUE value IS 81 (32.03% from 255) = 35.22%

R = 27.83%
G = 36.96%
B = 35.22%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.05

 K value IS 0.67

RGB Variations

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

Color information

#405551 (or 0x405551) is known color: Dark Slate. HEX triplet: 40, 55 and 51. RGB value is (64,85,81). Sum of RGB (Red+Green+Blue) = 64+85+81=230 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.83% from 230); Green value is 85 (33.59% from 255 or 36.96% from 230); Blue value is 81 (32.03% from 255 or 35.22% from 230); Max value from RGB is 85 - color contains mainly: green. Hex color #405551 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405551 is #BFAAAE. Grayscale: #4E4E4E. Windows color (decimal): -12561071 or 5330240. OLE color: 5330240.

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

Color convert

RGB 64 85 81 -
CMYK 0.25 0 0.05 0.67
HSL 168.57º 0.14% 0.29% -
HSV(B) 168.57º 0.25% 0.33% -
XYZ 6.85 8.18 9 -
YUV 78.27 129.54 117.83 -
System Red Green Blue C M Y K H S L
Decimal 64 85 81 0.25 0 0.05 0.67 168.57 0.14 0.29
Hex 40 55 51 19 0 5 43 A9 E 1D
Octal 100 125 121 31 0 5 103 251 16 35
Binary 1000000 1010101 1010001 11001 0 101 1000011 10101001 1110 11101

Color Harmonies of #405551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405551

Black with #405551

Text Example


Text Example

White with #405551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405551; }

 p { color: rgb(64,85,81); }

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

background-color css

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

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

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

border-color css

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

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

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