Html Css Color HEX #565364 Smoky

📋 copy color: '#565364'

red 86 ◦ green 83 ◦ blue 100

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

Shades of Smoky #565364

Tints of Smoky #565364

RGB

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

 GREEN value IS 83 (32.81% from 255) = 30.86%

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

R = 31.97%
G = 30.86%
B = 37.17%

CMYK

 C value IS 0.14

 M value IS 0.17

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#565364 (or 0x565364) is known color: Smoky. HEX triplet: 56, 53 and 64. RGB value is (86,83,100). Sum of RGB (Red+Green+Blue) = 86+83+100=269 (35% of max value = 765). Red value is 86 (33.98% from 255 or 31.97% from 269); Green value is 83 (32.81% from 255 or 30.86% from 269); Blue value is 100 (39.45% from 255 or 37.17% from 269); Max value from RGB is 100 - color contains mainly: blue. Hex color #565364 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565364 is #A9AC9B. Grayscale: #555555. Windows color (decimal): -11119772 or 6574934. OLE color: 6574934.

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

Color convert

RGB 86 83 100 -
CMYK 0.14 0.17 0 0.61
HSL 250.59º 0.09% 0.36% -
HSV(B) 250.59º 0.17% 0.39% -
XYZ 9.23 9.09 13.32 -
YUV 85.84 135.99 128.12 -
System Red Green Blue C M Y K H S L
Decimal 86 83 100 0.14 0.17 0 0.61 250.59 0.09 0.36
Hex 56 53 64 E 11 0 3D FB 9 24
Octal 126 123 144 16 21 0 75 373 11 44
Binary 1010110 1010011 1100100 1110 10001 0 111101 11111011 1001 100100

Color Harmonies of #565364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565364

Black with #565364

Text Example


Text Example

White with #565364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565364; }

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

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

background-color css

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

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

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

border-color css

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

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

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