#565472

Color #565472 Smoky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Smoky #565472

Tints of Smoky #565472

Color information

#565472 (or 0x565472) is unknown color: approx Smoky. HEX triplet: 56, 54 and 72. RGB value is (86,84,114). Sum of RGB (Red+Green+Blue) = 86+84+114=284 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.28% from 284); Green value is 84 (33.20% from 255 or 29.58% from 284); Blue value is 114 (44.92% from 255 or 40.14% from 284); Max value from RGB is 114 - color contains mainly: blue. Hex color #565472 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565472 is #A9AB8D. Grayscale: #575757. Windows color (decimal): -11119502 or 7492694. OLE color: 7492694.

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

Color convert

RGB8684114-
CMYK0.250.2600.55
HSL244º15.15%38.82%-
HSV(B)244º26.32%44.71%-
XYZ10.059.5317.23-
YUV88.02142.66126.56-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 30.28%
GREEN value IS 84 (33.20% from 255) = 29.58%
BLUE value IS 114 (44.92% from 255) = 40.14%
R=30.28%
G=29.58%
B=40.14%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal86841140.250.2600.5524415.1538.82
Hex565472191A037f4f27
Octal12612416231320673641747
Binary10101101010100111001011001110100110111111101001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565472; }

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

 H1.HeaderClassName
 {
   color: #565472;
 }
 .AnyTagClassName
 {
   color: #565472;
 }
</style>
background-color css

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

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

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

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

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

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