#56508F

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

Shades of Victoria #56508F

Tints of Victoria #56508F

Color information

#56508F (or 0x56508F) is unknown color: approx Victoria. HEX triplet: 56, 50 and 8F. RGB value is (86,80,143). Sum of RGB (Red+Green+Blue) = 86+80+143=309 (40% of max value = 765). Red value is 86 (33.98% from 255 or 27.83% from 309); Green value is 80 (31.64% from 255 or 25.89% from 309); Blue value is 143 (56.25% from 255 or 46.28% from 309); Max value from RGB is 143 - color contains mainly: blue. Hex color #56508F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56508F is #A9AF70. Grayscale: #585858. Windows color (decimal): -11120497 or 9392214. OLE color: 9392214.

HSL color Cylindrical-coordinate representation of color #56508F: hue angle of 245.71º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #56508F is Cyan = 0.40, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8680143-
CMYK0.400.4400.44
HSL245.71º28.25%43.73%-
HSV(B)245.71º44.06%56.08%-
XYZ11.669.727.24-
YUV88.98158.49125.88-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.83%
GREEN value IS 80 (31.64% from 255) = 25.89%
BLUE value IS 143 (56.25% from 255) = 46.28%
R=27.83%
G=25.89%
B=46.28%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal86801430.400.4400.44245.7128.2543.73
Hex56508F282C02Cf61c2c
Octal12612021750540543663454
Binary101011010100001000111110100010110001011001111011011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56508F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56508F; }

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

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

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

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

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

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

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

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