#565271

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

Shades of Smoky #565271

Tints of Smoky #565271

Color information

#565271 (or 0x565271) is unknown color: approx Smoky. HEX triplet: 56, 52 and 71. RGB value is (86,82,113). Sum of RGB (Red+Green+Blue) = 86+82+113=281 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.60% from 281); Green value is 82 (32.42% from 255 or 29.18% from 281); Blue value is 113 (44.53% from 255 or 40.21% from 281); Max value from RGB is 113 - color contains mainly: blue. Hex color #565271 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565271 is #A9AD8E. Grayscale: #565656. Windows color (decimal): -11120015 or 7426646. OLE color: 7426646.

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

Color convert

RGB8682113-
CMYK0.240.2700.56
HSL247.74º15.9%38.24%-
HSV(B)247.74º27.43%44.31%-
XYZ9.849.2116.88-
YUV86.73142.83127.48-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 30.60%
GREEN value IS 82 (32.42% from 255) = 29.18%
BLUE value IS 113 (44.53% from 255) = 40.21%
R=30.60%
G=29.18%
B=40.21%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal86821130.240.2700.56247.7415.938.24
Hex565271181B038f81026
Octal12612216130330703702046
Binary101011010100101110001110001101101110001111100010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565271; }

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

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

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

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

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

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

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

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