#56487F

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

Shades of Victoria #56487F

Tints of Victoria #56487F

Color information

#56487F (or 0x56487F) is unknown color: approx Victoria. HEX triplet: 56, 48 and 7F. RGB value is (86,72,127). Sum of RGB (Red+Green+Blue) = 86+72+127=285 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.18% from 285); Green value is 72 (28.52% from 255 or 25.26% from 285); Blue value is 127 (50% from 255 or 44.56% from 285); Max value from RGB is 127 - color contains mainly: blue. Hex color #56487F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56487F is #A9B780. Grayscale: #525252. Windows color (decimal): -11122561 or 8341590. OLE color: 8341590.

HSL color Cylindrical-coordinate representation of color #56487F: hue angle of 255.27º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #56487F is Cyan = 0.32, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8672127-
CMYK0.320.4300.50
HSL255.27º27.64%39.02%-
HSV(B)255.27º43.31%49.8%-
XYZ9.998.1521.12-
YUV82.46153.14130.53-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 30.18%
GREEN value IS 72 (28.52% from 255) = 25.26%
BLUE value IS 127 (50% from 255) = 44.56%
R=30.18%
G=25.26%
B=44.56%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal86721270.320.4300.50255.2727.6439.02
Hex56487F202B032ff1c27
Octal12611017740530623773447
Binary10101101001000111111110000010101101100101111111111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56487F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,72,127); }

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

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

 a { background-color: rgb(86,72,127); }

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

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

 span { border-color: rgb(86,72,127); }

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