#565267

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

Shades of Smoky #565267

Tints of Smoky #565267

Color information

#565267 (or 0x565267) is unknown color: approx Smoky. HEX triplet: 56, 52 and 67. RGB value is (86,82,103). Sum of RGB (Red+Green+Blue) = 86+82+103=271 (35% of max value = 765). Red value is 86 (33.98% from 255 or 31.73% from 271); Green value is 82 (32.42% from 255 or 30.26% from 271); Blue value is 103 (40.62% from 255 or 38.01% from 271); Max value from RGB is 103 - color contains mainly: blue. Hex color #565267 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565267 is #A9AD98. Grayscale: #555555. Windows color (decimal): -11120025 or 6771286. OLE color: 6771286.

HSL color Cylindrical-coordinate representation of color #565267: hue angle of 251.43º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #565267 is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB8682103-
CMYK0.170.2000.60
HSL251.43º11.35%36.27%-
HSV(B)251.43º20.39%40.39%-
XYZ9.38.9914.08-
YUV85.59137.83128.29-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.73%
GREEN value IS 82 (32.42% from 255) = 30.26%
BLUE value IS 103 (40.62% from 255) = 38.01%
R=31.73%
G=30.26%
B=38.01%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal86821030.170.2000.60251.4311.3536.27
Hex565267111403Cfbb24
Octal12612214721240743731344
Binary10101101010010110011110001101000111100111110111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565267; }

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

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

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

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

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

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

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

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