#565266

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

Shades of Smoky #565266

Tints of Smoky #565266

Color information

#565266 (or 0x565266) is unknown color: approx Smoky. HEX triplet: 56, 52 and 66. RGB value is (86,82,102). Sum of RGB (Red+Green+Blue) = 86+82+102=270 (35% of max value = 765). Red value is 86 (33.98% from 255 or 31.85% from 270); Green value is 82 (32.42% from 255 or 30.37% from 270); Blue value is 102 (40.23% from 255 or 37.78% from 270); Max value from RGB is 102 - color contains mainly: blue. Hex color #565266 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565266 is #A9AD99. Grayscale: #555555. Windows color (decimal): -11120026 or 6705750. OLE color: 6705750.

HSL color Cylindrical-coordinate representation of color #565266: hue angle of 252º 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 #565266 is Cyan = 0.16, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB8682102-
CMYK0.160.2000.6
HSL252º10.87%36.08%-
HSV(B)252º19.61%40%-
XYZ9.258.9713.81-
YUV85.48137.33128.37-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.85%
GREEN value IS 82 (32.42% from 255) = 30.37%
BLUE value IS 102 (40.23% from 255) = 37.78%
R=31.85%
G=30.37%
B=37.78%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal86821020.160.2000.625210.8736.08
Hex565266101403Cfcb24
Octal12612214620240743741344
Binary10101101010010110011010000101000111100111111001011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565266; }

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

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

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

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

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

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

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

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