Html Css Color HEX #565462 Smoky

📋 copy color: '#565462'

red 86 ◦ green 84 ◦ blue 98

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

Shades of Smoky #565462

Tints of Smoky #565462

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 36.57%

R = 32.09%
G = 31.34%
B = 36.57%

CMYK

 C value IS 0.12

 M value IS 0.14

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#565462 (or 0x565462) is known color: Smoky. HEX triplet: 56, 54 and 62. RGB value is (86,84,98). Sum of RGB (Red+Green+Blue) = 86+84+98=268 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.09% from 268); Green value is 84 (33.20% from 255 or 31.34% from 268); Blue value is 98 (38.67% from 255 or 36.57% from 268); Max value from RGB is 98 - color contains mainly: blue. Hex color #565462 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565462 is #A9AB9D. Grayscale: #565656. Windows color (decimal): -11119518 or 6444118. OLE color: 6444118.

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

Color convert

RGB 86 84 98 -
CMYK 0.12 0.14 0 0.62
HSL 248.57º 0.08% 0.36% -
HSV(B) 248.57º 0.14% 0.38% -
XYZ 9.21 9.2 12.85 -
YUV 86.19 134.66 127.86 -
System Red Green Blue C M Y K H S L
Decimal 86 84 98 0.12 0.14 0 0.62 248.57 0.08 0.36
Hex 56 54 62 C E 0 3E F9 8 24
Octal 126 124 142 14 16 0 76 371 10 44
Binary 1010110 1010100 1100010 1100 1110 0 111110 11111001 1000 100100

Color Harmonies of #565462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565462

Black with #565462

Text Example


Text Example

White with #565462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565462; }

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

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

background-color css

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

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

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

border-color css

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

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

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