#56508B

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

Shades of Victoria #56508B

Tints of Victoria #56508B

Color information

#56508B (or 0x56508B) is unknown color: approx Victoria. HEX triplet: 56, 50 and 8B. RGB value is (86,80,139). Sum of RGB (Red+Green+Blue) = 86+80+139=305 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.20% from 305); Green value is 80 (31.64% from 255 or 26.23% from 305); Blue value is 139 (54.69% from 255 or 45.57% from 305); Max value from RGB is 139 - color contains mainly: blue. Hex color #56508B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56508B is #A9AF74. Grayscale: #585858. Windows color (decimal): -11120501 or 9130070. OLE color: 9130070.

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

Color convert

RGB8680139-
CMYK0.380.4200.45
HSL246.1º26.94%42.94%-
HSV(B)246.1º42.45%54.51%-
XYZ11.379.5825.68-
YUV88.52156.49126.2-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.20%
GREEN value IS 80 (31.64% from 255) = 26.23%
BLUE value IS 139 (54.69% from 255) = 45.57%
R=28.20%
G=26.23%
B=45.57%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal86801390.380.4200.45246.126.9442.94
Hex56508B262A02Df61b2b
Octal12612021346520553663353
Binary101011010100001000101110011010101001011011111011011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56508B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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