Html Css Color HEX #405553 Dark Slate

📋 copy color: '#405553'

red 64 ◦ green 85 ◦ blue 83

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

Shades of Dark Slate #405553

Tints of Dark Slate #405553

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 35.78%

R = 27.59%
G = 36.64%
B = 35.78%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.02

 K value IS 0.67

RGB Variations

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

Color information

#405553 (or 0x405553) is known color: Dark Slate. HEX triplet: 40, 55 and 53. RGB value is (64,85,83). Sum of RGB (Red+Green+Blue) = 64+85+83=232 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.59% from 232); Green value is 85 (33.59% from 255 or 36.64% from 232); Blue value is 83 (32.81% from 255 or 35.78% from 232); Max value from RGB is 85 - color contains mainly: green. Hex color #405553 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405553 is #BFAAAC. Grayscale: #4E4E4E. Windows color (decimal): -12561069 or 5461312. OLE color: 5461312.

HSL color Cylindrical-coordinate representation of color #405553: hue angle of 174.29º 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 #405553 is Cyan = 0.25, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.67.

Color convert

RGB 64 85 83 -
CMYK 0.25 0 0.02 0.67
HSL 174.29º 0.14% 0.29% -
HSV(B) 174.29º 0.25% 0.33% -
XYZ 6.92 8.21 9.4 -
YUV 78.49 130.54 117.66 -
System Red Green Blue C M Y K H S L
Decimal 64 85 83 0.25 0 0.02 0.67 174.29 0.14 0.29
Hex 40 55 53 19 0 2 43 AE E 1D
Octal 100 125 123 31 0 2 103 256 16 35
Binary 1000000 1010101 1010011 11001 0 10 1000011 10101110 1110 11101

Color Harmonies of #405553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405553

Black with #405553

Text Example


Text Example

White with #405553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405553; }

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

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

background-color css

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

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

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

border-color css

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

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

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