Html Css Color HEX #565460 Smoky

📋 copy color: '#565460'

red 86 ◦ green 84 ◦ blue 96

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

Shades of Smoky #565460

Tints of Smoky #565460

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 36.09%

R = 32.33%
G = 31.58%
B = 36.09%

CMYK

 C value IS 0.10

 M value IS 0.12

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#565460 (or 0x565460) is known color: Smoky. HEX triplet: 56, 54 and 60. RGB value is (86,84,96). Sum of RGB (Red+Green+Blue) = 86+84+96=266 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.33% from 266); Green value is 84 (33.20% from 255 or 31.58% from 266); Blue value is 96 (37.89% from 255 or 36.09% from 266); Max value from RGB is 96 - color contains mainly: blue. Hex color #565460 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565460 is #A9AB9F. Grayscale: #555555. Windows color (decimal): -11119520 or 6313046. OLE color: 6313046.

HSL color Cylindrical-coordinate representation of color #565460: hue angle of 250º degrees, saturation: 0.07, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #565460 is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 86 84 96 -
CMYK 0.10 0.12 0 0.62
HSL 250º 0.07% 0.35% -
HSV(B) 250º 0.13% 0.38% -
XYZ 9.12 9.16 12.35 -
YUV 85.97 133.66 128.02 -
System Red Green Blue C M Y K H S L
Decimal 86 84 96 0.10 0.12 0 0.62 250 0.07 0.35
Hex 56 54 60 A C 0 3E FA 7 23
Octal 126 124 140 12 14 0 76 372 7 43
Binary 1010110 1010100 1100000 1010 1100 0 111110 11111010 111 100011

Color Harmonies of #565460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565460

Black with #565460

Text Example


Text Example

White with #565460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565460; }

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

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

background-color css

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

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

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

border-color css

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

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

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