#564A93

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

Shades of Victoria #564A93

Tints of Victoria #564A93

Color information

#564A93 (or 0x564A93) is unknown color: approx Victoria. HEX triplet: 56, 4A and 93. RGB value is (86,74,147). Sum of RGB (Red+Green+Blue) = 86+74+147=307 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.01% from 307); Green value is 74 (29.30% from 255 or 24.10% from 307); Blue value is 147 (57.81% from 255 or 47.88% from 307); Max value from RGB is 147 - color contains mainly: blue. Hex color #564A93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #564A93 is #A9B56C. Grayscale: #555555. Windows color (decimal): -11122029 or 9652822. OLE color: 9652822.

HSL color Cylindrical-coordinate representation of color #564A93: hue angle of 249.86º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #564A93 is Cyan = 0.41, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8674147-
CMYK0.410.5000.42
HSL249.86º33.03%43.33%-
HSV(B)249.86º49.66%57.65%-
XYZ11.558.9828.73-
YUV85.91162.48128.06-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.01%
GREEN value IS 74 (29.30% from 255) = 24.10%
BLUE value IS 147 (57.81% from 255) = 47.88%
R=28.01%
G=24.10%
B=47.88%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal86741470.410.5000.42249.8633.0343.33
Hex564A93293202Afa212b
Octal12611222351620523724153
Binary1010110100101010010011101001110010010101011111010100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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