#56507C

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

Shades of Victoria #56507C

Tints of Victoria #56507C

Color information

#56507C (or 0x56507C) is unknown color: approx Victoria. HEX triplet: 56, 50 and 7C. RGB value is (86,80,124). Sum of RGB (Red+Green+Blue) = 86+80+124=290 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.66% from 290); Green value is 80 (31.64% from 255 or 27.59% from 290); Blue value is 124 (48.83% from 255 or 42.76% from 290); Max value from RGB is 124 - color contains mainly: blue. Hex color #56507C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56507C is #A9AF83. Grayscale: #565656. Windows color (decimal): -11120516 or 8147030. OLE color: 8147030.

HSL color Cylindrical-coordinate representation of color #56507C: hue angle of 248.18º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #56507C is Cyan = 0.31, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8680124-
CMYK0.310.3500.51
HSL248.18º21.57%40%-
HSV(B)248.18º35.48%48.63%-
XYZ10.349.1720.29-
YUV86.81148.99127.42-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 29.66%
GREEN value IS 80 (31.64% from 255) = 27.59%
BLUE value IS 124 (48.83% from 255) = 42.76%
R=29.66%
G=27.59%
B=42.76%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal86801240.310.3500.51248.1821.5740
Hex56507C1F23033f81628
Octal12612017437430633702650
Binary1010110101000011111001111110001101100111111100010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56507C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56507C; }

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

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

<style>
 a { background-color: #56507C; }

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

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

<style>
 span { border-color: #56507C; }

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

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