#56498B

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

Shades of Victoria #56498B

Tints of Victoria #56498B

Color information

#56498B (or 0x56498B) is unknown color: approx Victoria. HEX triplet: 56, 49 and 8B. RGB value is (86,73,139). Sum of RGB (Red+Green+Blue) = 86+73+139=298 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.86% from 298); Green value is 73 (28.91% from 255 or 24.50% from 298); Blue value is 139 (54.69% from 255 or 46.64% from 298); Max value from RGB is 139 - color contains mainly: blue. Hex color #56498B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #56498B is #A9B674. Grayscale: #545454. Windows color (decimal): -11122293 or 9128278. OLE color: 9128278.

HSL color Cylindrical-coordinate representation of color #56498B: hue angle of 251.82º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #56498B is Cyan = 0.38, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8673139-
CMYK0.380.4700.45
HSL251.82º31.13%41.57%-
HSV(B)251.82º47.48%54.51%-
XYZ10.888.6125.51-
YUV84.41158.81129.13-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.86%
GREEN value IS 73 (28.91% from 255) = 24.50%
BLUE value IS 139 (54.69% from 255) = 46.64%
R=28.86%
G=24.50%
B=46.64%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal86731390.380.4700.45251.8231.1341.57
Hex56498B262F02Dfc1f2a
Octal12611121346570553743752
Binary101011010010011000101110011010111101011011111110011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56498B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56498B; }

 p { color: rgb(86,73,139); }

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

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

 a { background-color: rgb(86,73,139); }

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

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

 span { border-color: rgb(86,73,139); }

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