#565077

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

Shades of Victoria #565077

Tints of Victoria #565077

Color information

#565077 (or 0x565077) is unknown color: approx Victoria. HEX triplet: 56, 50 and 77. RGB value is (86,80,119). Sum of RGB (Red+Green+Blue) = 86+80+119=285 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.18% from 285); Green value is 80 (31.64% from 255 or 28.07% from 285); Blue value is 119 (46.88% from 255 or 41.75% from 285); Max value from RGB is 119 - color contains mainly: blue. Hex color #565077 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565077 is #A9AF88. Grayscale: #565656. Windows color (decimal): -11120521 or 7819350. OLE color: 7819350.

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

Color convert

RGB8680119-
CMYK0.280.3300.53
HSL249.23º19.6%39.02%-
HSV(B)249.23º32.77%46.67%-
XYZ10.049.0518.67-
YUV86.24146.49127.83-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 30.18%
GREEN value IS 80 (31.64% from 255) = 28.07%
BLUE value IS 119 (46.88% from 255) = 41.75%
R=30.18%
G=28.07%
B=41.75%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal86801190.280.3300.53249.2319.639.02
Hex5650771C21035f91427
Octal12612016734410653712447
Binary1010110101000011101111110010000101101011111100110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565077; }

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

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

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

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

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

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

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

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