Html Css Color HEX #565473 Smoky

📋 copy color: '#565473'

red 86 ◦ green 84 ◦ blue 115

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

Shades of Smoky #565473

Tints of Smoky #565473

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 40.35%

R = 30.18%
G = 29.47%
B = 40.35%

CMYK

 C value IS 0.25

 M value IS 0.27

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#565473 (or 0x565473) is known color: Smoky. HEX triplet: 56, 54 and 73. RGB value is (86,84,115). Sum of RGB (Red+Green+Blue) = 86+84+115=285 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.18% from 285); Green value is 84 (33.20% from 255 or 29.47% from 285); Blue value is 115 (45.31% from 255 or 40.35% from 285); Max value from RGB is 115 - color contains mainly: blue. Hex color #565473 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565473 is #A9AB8C. Grayscale: #585858. Windows color (decimal): -11119501 or 7558230. OLE color: 7558230.

HSL color Cylindrical-coordinate representation of color #565473: hue angle of 243.87º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #565473 is Cyan = 0.25, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 86 84 115 -
CMYK 0.25 0.27 0 0.55
HSL 243.87º 0.16% 0.39% -
HSV(B) 243.87º 0.27% 0.45% -
XYZ 10.1 9.56 17.53 -
YUV 88.13 143.16 126.48 -
System Red Green Blue C M Y K H S L
Decimal 86 84 115 0.25 0.27 0 0.55 243.87 0.16 0.39
Hex 56 54 73 19 1B 0 37 F4 10 27
Octal 126 124 163 31 33 0 67 364 20 47
Binary 1010110 1010100 1110011 11001 11011 0 110111 11110100 10000 100111

Color Harmonies of #565473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565473

Black with #565473

Text Example


Text Example

White with #565473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565473; }

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

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

background-color css

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

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

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

border-color css

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

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

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