#56518F

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

Shades of Victoria #56518F

Tints of Victoria #56518F

Color information

#56518F (or 0x56518F) is unknown color: approx Victoria. HEX triplet: 56, 51 and 8F. RGB value is (86,81,143). Sum of RGB (Red+Green+Blue) = 86+81+143=310 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.74% from 310); Green value is 81 (32.03% from 255 or 26.13% from 310); Blue value is 143 (56.25% from 255 or 46.13% from 310); Max value from RGB is 143 - color contains mainly: blue. Hex color #56518F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56518F is #A9AE70. Grayscale: #595959. Windows color (decimal): -11120241 or 9392470. OLE color: 9392470.

HSL color Cylindrical-coordinate representation of color #56518F: hue angle of 244.84º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #56518F is Cyan = 0.40, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8681143-
CMYK0.400.4300.44
HSL244.84º27.68%43.92%-
HSV(B)244.84º43.36%56.08%-
XYZ11.749.8527.27-
YUV89.56158.16125.46-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.74%
GREEN value IS 81 (32.03% from 255) = 26.13%
BLUE value IS 143 (56.25% from 255) = 46.13%
R=27.74%
G=26.13%
B=46.13%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal86811430.400.4300.44244.8427.6843.92
Hex56518F282B02Cf51c2c
Octal12612121750530543653454
Binary101011010100011000111110100010101101011001111010111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56518F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,81,143); }

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

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

 a { background-color: rgb(86,81,143); }

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

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

 span { border-color: rgb(86,81,143); }

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