#56508E

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

Shades of Victoria #56508E

Tints of Victoria #56508E

Color information

#56508E (or 0x56508E) is unknown color: approx Victoria. HEX triplet: 56, 50 and 8E. RGB value is (86,80,142). Sum of RGB (Red+Green+Blue) = 86+80+142=308 (40% of max value = 765). Red value is 86 (33.98% from 255 or 27.92% from 308); Green value is 80 (31.64% from 255 or 25.97% from 308); Blue value is 142 (55.86% from 255 or 46.10% from 308); Max value from RGB is 142 - color contains mainly: blue. Hex color #56508E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56508E is #A9AF71. Grayscale: #585858. Windows color (decimal): -11120498 or 9326678. OLE color: 9326678.

HSL color Cylindrical-coordinate representation of color #56508E: hue angle of 245.81º 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 #56508E is Cyan = 0.39, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8680142-
CMYK0.390.4400.44
HSL245.81º27.93%43.53%-
HSV(B)245.81º43.66%55.69%-
XYZ11.599.6726.85-
YUV88.86157.99125.96-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.92%
GREEN value IS 80 (31.64% from 255) = 25.97%
BLUE value IS 142 (55.86% from 255) = 46.10%
R=27.92%
G=25.97%
B=46.10%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal86801420.390.4400.44245.8127.9343.53
Hex56508E272C02Cf61c2c
Octal12612021647540543663454
Binary101011010100001000111010011110110001011001111011011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56508E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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