#565371

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

Shades of Smoky #565371

Tints of Smoky #565371

Color information

#565371 (or 0x565371) is unknown color: approx Smoky. HEX triplet: 56, 53 and 71. RGB value is (86,83,113). Sum of RGB (Red+Green+Blue) = 86+83+113=282 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.50% from 282); Green value is 83 (32.81% from 255 or 29.43% from 282); Blue value is 113 (44.53% from 255 or 40.07% from 282); Max value from RGB is 113 - color contains mainly: blue. Hex color #565371 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565371 is #A9AC8E. Grayscale: #575757. Windows color (decimal): -11119759 or 7426902. OLE color: 7426902.

HSL color Cylindrical-coordinate representation of color #565371: hue angle of 246º degrees, saturation: 0.15, 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 #565371 is Cyan = 0.24, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8683113-
CMYK0.240.2700.56
HSL246º15.31%38.43%-
HSV(B)246º26.55%44.31%-
XYZ9.919.3616.91-
YUV87.32142.49127.06-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 30.50%
GREEN value IS 83 (32.81% from 255) = 29.43%
BLUE value IS 113 (44.53% from 255) = 40.07%
R=30.50%
G=29.43%
B=40.07%

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
Decimal86831130.240.2700.5624615.3138.43
Hex565371181B038f6f26
Octal12612316130330703661746
Binary10101101010011111000111000110110111000111101101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565371; }

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

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

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

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

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

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

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

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