#565177

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

Shades of Victoria #565177

Tints of Victoria #565177

Color information

#565177 (or 0x565177) is unknown color: approx Victoria. HEX triplet: 56, 51 and 77. RGB value is (86,81,119). Sum of RGB (Red+Green+Blue) = 86+81+119=286 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.07% from 286); Green value is 81 (32.03% from 255 or 28.32% from 286); Blue value is 119 (46.88% from 255 or 41.61% from 286); Max value from RGB is 119 - color contains mainly: blue. Hex color #565177 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565177 is #A9AE88. Grayscale: #565656. Windows color (decimal): -11120265 or 7819606. OLE color: 7819606.

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

Color convert

RGB8681119-
CMYK0.280.3200.53
HSL247.89º19%39.22%-
HSV(B)247.89º31.93%46.67%-
XYZ10.119.218.69-
YUV86.83146.16127.41-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 30.07%
GREEN value IS 81 (32.03% from 255) = 28.32%
BLUE value IS 119 (46.88% from 255) = 41.61%
R=30.07%
G=28.32%
B=41.61%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal86811190.280.3200.53247.891939.22
Hex5651771C20035f81327
Octal12612116734400653702347
Binary1010110101000111101111110010000001101011111100010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565177; }

 p { color: rgb(86,81,119); }

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

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

 a { background-color: rgb(86,81,119); }

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

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

 span { border-color: rgb(86,81,119); }

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