#564B95

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

Shades of Victoria #564B95

Tints of Victoria #564B95

Color information

#564B95 (or 0x564B95) is unknown color: approx Victoria. HEX triplet: 56, 4B and 95. RGB value is (86,75,149). Sum of RGB (Red+Green+Blue) = 86+75+149=310 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.74% from 310); Green value is 75 (29.69% from 255 or 24.19% from 310); Blue value is 149 (58.59% from 255 or 48.06% from 310); Max value from RGB is 149 - color contains mainly: blue. Hex color #564B95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #564B95 is #A9B46A. Grayscale: #565656. Windows color (decimal): -11121771 or 9784150. OLE color: 9784150.

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

Color convert

RGB8675149-
CMYK0.420.5000.42
HSL248.92º33.04%43.92%-
HSV(B)248.92º49.66%58.43%-
XYZ11.789.1829.58-
YUV86.72163.14127.48-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.74%
GREEN value IS 75 (29.69% from 255) = 24.19%
BLUE value IS 149 (58.59% from 255) = 48.06%
R=27.74%
G=24.19%
B=48.06%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal86751490.420.5000.42248.9233.0443.92
Hex564B952A3202Af9212c
Octal12611322552620523714154
Binary1010110100101110010101101010110010010101011111001100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,75,149); }

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

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

 a { background-color: rgb(86,75,149); }

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

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

 span { border-color: rgb(86,75,149); }

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