#56487D

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

Shades of Victoria #56487D

Tints of Victoria #56487D

Color information

#56487D (or 0x56487D) is unknown color: approx Victoria. HEX triplet: 56, 48 and 7D. RGB value is (86,72,125). Sum of RGB (Red+Green+Blue) = 86+72+125=283 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.39% from 283); Green value is 72 (28.52% from 255 or 25.44% from 283); Blue value is 125 (49.22% from 255 or 44.17% from 283); Max value from RGB is 125 - color contains mainly: blue. Hex color #56487D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56487D is #A9B782. Grayscale: #525252. Windows color (decimal): -11122563 or 8210518. OLE color: 8210518.

HSL color Cylindrical-coordinate representation of color #56487D: hue angle of 255.85º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #56487D is Cyan = 0.31, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8672125-
CMYK0.310.4200.51
HSL255.85º26.9%38.63%-
HSV(B)255.85º42.4%49.02%-
XYZ9.868.0920.44-
YUV82.23152.14130.69-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 30.39%
GREEN value IS 72 (28.52% from 255) = 25.44%
BLUE value IS 125 (49.22% from 255) = 44.17%
R=30.39%
G=25.44%
B=44.17%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal86721250.310.4200.51255.8526.938.63
Hex56487D1F2A0331001b27
Octal12611017537520634003347
Binary10101101001000111110111111101010011001110000000011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56487D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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