#564A83

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

Shades of Victoria #564A83

Tints of Victoria #564A83

Color information

#564A83 (or 0x564A83) is unknown color: approx Victoria. HEX triplet: 56, 4A and 83. RGB value is (86,74,131). Sum of RGB (Red+Green+Blue) = 86+74+131=291 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.55% from 291); Green value is 74 (29.30% from 255 or 25.43% from 291); Blue value is 131 (51.56% from 255 or 45.02% from 291); Max value from RGB is 131 - color contains mainly: blue. Hex color #564A83 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #564A83 is #A9B57C. Grayscale: #535353. Windows color (decimal): -11122045 or 8604246. OLE color: 8604246.

HSL color Cylindrical-coordinate representation of color #564A83: hue angle of 252.63º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #564A83 is Cyan = 0.34, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8674131-
CMYK0.340.4400.49
HSL252.63º27.8%40.2%-
HSV(B)252.63º43.51%51.37%-
XYZ10.388.5122.57-
YUV84.09154.48129.37-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 29.55%
GREEN value IS 74 (29.30% from 255) = 25.43%
BLUE value IS 131 (51.56% from 255) = 45.02%
R=29.55%
G=25.43%
B=45.02%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal86741310.340.4400.49252.6327.840.2
Hex564A83222C031fd1c28
Octal12611220342540613753450
Binary101011010010101000001110001010110001100011111110111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564A83; }

 p { color: rgb(86,74,131); }

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

<style>
 a { background-color: #564A83; }

 a { background-color: rgb(86,74,131); }

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

<style>
 span { border-color: #564A83; }

 span { border-color: rgb(86,74,131); }

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