#565272

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

Shades of Smoky #565272

Tints of Smoky #565272

Color information

#565272 (or 0x565272) is unknown color: approx Smoky. HEX triplet: 56, 52 and 72. RGB value is (86,82,114). Sum of RGB (Red+Green+Blue) = 86+82+114=282 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.50% from 282); Green value is 82 (32.42% from 255 or 29.08% from 282); Blue value is 114 (44.92% from 255 or 40.43% from 282); Max value from RGB is 114 - color contains mainly: blue. Hex color #565272 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565272 is #A9AD8D. Grayscale: #565656. Windows color (decimal): -11120014 or 7492182. OLE color: 7492182.

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

Color convert

RGB8682114-
CMYK0.250.2800.55
HSL247.5º16.33%38.43%-
HSV(B)247.5º28.07%44.71%-
XYZ9.899.2317.18-
YUV86.84143.33127.4-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 30.50%
GREEN value IS 82 (32.42% from 255) = 29.08%
BLUE value IS 114 (44.92% from 255) = 40.43%
R=30.50%
G=29.08%
B=40.43%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal86821140.250.2800.55247.516.3338.43
Hex565272191C037f81026
Octal12612216231340673702046
Binary101011010100101110010110011110001101111111100010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565272; }

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

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

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

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

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

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

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

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