Html Css Color HEX #565562 Smoky

📋 copy color: '#565562'

red 86 ◦ green 85 ◦ blue 98

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

Shades of Smoky #565562

Tints of Smoky #565562

RGB

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

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

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

R = 31.97%
G = 31.6%
B = 36.43%

CMYK

 C value IS 0.12

 M value IS 0.13

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#565562 (or 0x565562) is known color: Smoky. HEX triplet: 56, 55 and 62. RGB value is (86,85,98). Sum of RGB (Red+Green+Blue) = 86+85+98=269 (35% of max value = 765). Red value is 86 (33.98% from 255 or 31.97% from 269); Green value is 85 (33.59% from 255 or 31.60% from 269); Blue value is 98 (38.67% from 255 or 36.43% from 269); Max value from RGB is 98 - color contains mainly: blue. Hex color #565562 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565562 is #A9AA9D. Grayscale: #565656. Windows color (decimal): -11119262 or 6444374. OLE color: 6444374.

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

Color convert

RGB 86 85 98 -
CMYK 0.12 0.13 0 0.62
HSL 244.62º 0.07% 0.36% -
HSV(B) 244.62º 0.13% 0.38% -
XYZ 9.29 9.36 12.87 -
YUV 86.78 134.33 127.44 -
System Red Green Blue C M Y K H S L
Decimal 86 85 98 0.12 0.13 0 0.62 244.62 0.07 0.36
Hex 56 55 62 C D 0 3E F5 7 24
Octal 126 125 142 14 15 0 76 365 7 44
Binary 1010110 1010101 1100010 1100 1101 0 111110 11110101 111 100100

Color Harmonies of #565562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565562

Black with #565562

Text Example


Text Example

White with #565562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565562; }

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

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

background-color css

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

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

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

border-color css

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

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

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