#56497B

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

Shades of Victoria #56497B

Tints of Victoria #56497B

Color information

#56497B (or 0x56497B) is unknown color: approx Victoria. HEX triplet: 56, 49 and 7B. RGB value is (86,73,123). Sum of RGB (Red+Green+Blue) = 86+73+123=282 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.50% from 282); Green value is 73 (28.91% from 255 or 25.89% from 282); Blue value is 123 (48.44% from 255 or 43.62% from 282); Max value from RGB is 123 - color contains mainly: blue. Hex color #56497B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56497B is #A9B684. Grayscale: #525252. Windows color (decimal): -11122309 or 8079702. OLE color: 8079702.

HSL color Cylindrical-coordinate representation of color #56497B: hue angle of 255.6º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #56497B is Cyan = 0.30, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8673123-
CMYK0.300.4100.52
HSL255.6º25.51%38.43%-
HSV(B)255.6º40.65%48.24%-
XYZ9.88.1719.8-
YUV82.59150.81130.43-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 30.50%
GREEN value IS 73 (28.91% from 255) = 25.89%
BLUE value IS 123 (48.44% from 255) = 43.62%
R=30.50%
G=25.89%
B=43.62%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal86731230.300.4100.52255.625.5138.43
Hex56497B1E290341001a26
Octal12611117336510644003246
Binary10101101001001111101111110101001011010010000000011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56497B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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