#564F71

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

Shades of Smoky #564F71

Tints of Smoky #564F71

Color information

#564F71 (or 0x564F71) is unknown color: approx Smoky. HEX triplet: 56, 4F and 71. RGB value is (86,79,113). Sum of RGB (Red+Green+Blue) = 86+79+113=278 (36% of max value = 765). Red value is 86 (33.98% from 255 or 30.94% from 278); Green value is 79 (31.25% from 255 or 28.42% from 278); Blue value is 113 (44.53% from 255 or 40.65% from 278); Max value from RGB is 113 - color contains mainly: blue. Hex color #564F71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #564F71 is #A9B08E. Grayscale: #545454. Windows color (decimal): -11120783 or 7425878. OLE color: 7425878.

HSL color Cylindrical-coordinate representation of color #564F71: hue angle of 252.35º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #564F71 is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8679113-
CMYK0.240.3000.56
HSL252.35º17.71%37.65%-
HSV(B)252.35º30.09%44.31%-
XYZ9.618.7616.81-
YUV84.97143.82128.74-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 30.94%
GREEN value IS 79 (31.25% from 255) = 28.42%
BLUE value IS 113 (44.53% from 255) = 40.65%
R=30.94%
G=28.42%
B=40.65%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal86791130.240.3000.56252.3517.7137.65
Hex564F71181E038fc1226
Octal12611716130360703742246
Binary101011010011111110001110001111001110001111110010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564F71; }

 p { color: rgb(86,79,113); }

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

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

 a { background-color: rgb(86,79,113); }

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

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

 span { border-color: rgb(86,79,113); }

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