Html Css Color HEX #565464 Smoky

📋 copy color: '#565464'

red 86 ◦ green 84 ◦ blue 100

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

Shades of Smoky #565464

Tints of Smoky #565464

RGB

 RED value IS 86 (33.98% from 255) = 31.85%

 GREEN value IS 84 (33.2% from 255) = 31.11%

 BLUE value IS 100 (39.45% from 255) = 37.04%

R = 31.85%
G = 31.11%
B = 37.04%

CMYK

 C value IS 0.14

 M value IS 0.16

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#565464 (or 0x565464) is known color: Smoky. HEX triplet: 56, 54 and 64. RGB value is (86,84,100). Sum of RGB (Red+Green+Blue) = 86+84+100=270 (35% of max value = 765). Red value is 86 (33.98% from 255 or 31.85% from 270); Green value is 84 (33.20% from 255 or 31.11% from 270); Blue value is 100 (39.45% from 255 or 37.04% from 270); Max value from RGB is 100 - color contains mainly: blue. Hex color #565464 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565464 is #A9AB9B. Grayscale: #565656. Windows color (decimal): -11119516 or 6575190. OLE color: 6575190.

HSL color Cylindrical-coordinate representation of color #565464: hue angle of 247.5º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #565464 is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 86 84 100 -
CMYK 0.14 0.16 0 0.61
HSL 247.5º 0.09% 0.36% -
HSV(B) 247.5º 0.16% 0.39% -
XYZ 9.31 9.24 13.35 -
YUV 86.42 135.66 127.7 -
System Red Green Blue C M Y K H S L
Decimal 86 84 100 0.14 0.16 0 0.61 247.5 0.09 0.36
Hex 56 54 64 E 10 0 3D F8 9 24
Octal 126 124 144 16 20 0 75 370 11 44
Binary 1010110 1010100 1100100 1110 10000 0 111101 11111000 1001 100100

Color Harmonies of #565464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565464

Black with #565464

Text Example


Text Example

White with #565464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565464; }

 p { color: rgb(86,84,100); }

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

background-color css

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

 a { background-color: rgb(86,84,100); }

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

border-color css

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

 span { border-color: rgb(86,84,100); }

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