#565275

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

Shades of Smoky #565275

Tints of Smoky #565275

Color information

#565275 (or 0x565275) is unknown color: approx Smoky. HEX triplet: 56, 52 and 75. RGB value is (86,82,117). Sum of RGB (Red+Green+Blue) = 86+82+117=285 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.18% from 285); Green value is 82 (32.42% from 255 or 28.77% from 285); Blue value is 117 (46.09% from 255 or 41.05% from 285); Max value from RGB is 117 - color contains mainly: blue. Hex color #565275 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565275 is #A9AD8A. Grayscale: #575757. Windows color (decimal): -11120011 or 7688790. OLE color: 7688790.

HSL color Cylindrical-coordinate representation of color #565275: hue angle of 246.86º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #565275 is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8682117-
CMYK0.260.3000.54
HSL246.86º17.59%39.02%-
HSV(B)246.86º29.91%45.88%-
XYZ10.079.318.09-
YUV87.19144.83127.15-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 30.18%
GREEN value IS 82 (32.42% from 255) = 28.77%
BLUE value IS 117 (46.09% from 255) = 41.05%
R=30.18%
G=28.77%
B=41.05%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal86821170.260.3000.54246.8617.5939.02
Hex5652751A1E036f71227
Octal12612216532360663672247
Binary101011010100101110101110101111001101101111011110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565275; }

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

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

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

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

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

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

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

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