#565076

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

Shades of Victoria #565076

Tints of Victoria #565076

Color information

#565076 (or 0x565076) is unknown color: approx Victoria. HEX triplet: 56, 50 and 76. RGB value is (86,80,118). Sum of RGB (Red+Green+Blue) = 86+80+118=284 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.28% from 284); Green value is 80 (31.64% from 255 or 28.17% from 284); Blue value is 118 (46.48% from 255 or 41.55% from 284); Max value from RGB is 118 - color contains mainly: blue. Hex color #565076 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565076 is #A9AF89. Grayscale: #555555. Windows color (decimal): -11120522 or 7753814. OLE color: 7753814.

HSL color Cylindrical-coordinate representation of color #565076: hue angle of 249.47º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #565076 is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8680118-
CMYK0.270.3200.54
HSL249.47º19.19%38.82%-
HSV(B)249.47º32.2%46.27%-
XYZ9.989.0218.36-
YUV86.13145.99127.91-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 30.28%
GREEN value IS 80 (31.64% from 255) = 28.17%
BLUE value IS 118 (46.48% from 255) = 41.55%
R=30.28%
G=28.17%
B=41.55%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal86801180.270.3200.54249.4719.1938.82
Hex5650761B20036f91327
Octal12612016633400663712347
Binary1010110101000011101101101110000001101101111100110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565076; }

 p { color: rgb(86,80,118); }

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

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

 a { background-color: rgb(86,80,118); }

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

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

 span { border-color: rgb(86,80,118); }

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