#564D94

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

Shades of Victoria #564D94

Tints of Victoria #564D94

Color information

#564D94 (or 0x564D94) is unknown color: approx Victoria. HEX triplet: 56, 4D and 94. RGB value is (86,77,148). Sum of RGB (Red+Green+Blue) = 86+77+148=311 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.65% from 311); Green value is 77 (30.47% from 255 or 24.76% from 311); Blue value is 148 (58.20% from 255 or 47.59% from 311); Max value from RGB is 148 - color contains mainly: blue. Hex color #564D94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #564D94 is #A9B26B. Grayscale: #575757. Windows color (decimal): -11121260 or 9719126. OLE color: 9719126.

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

Color convert

RGB8677148-
CMYK0.420.4800.42
HSL247.61º31.56%44.12%-
HSV(B)247.61º47.97%58.04%-
XYZ11.849.4229.21-
YUV87.78161.98126.73-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.65%
GREEN value IS 77 (30.47% from 255) = 24.76%
BLUE value IS 148 (58.20% from 255) = 47.59%
R=27.65%
G=24.76%
B=47.59%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal86771480.420.4800.42247.6131.5644.12
Hex564D942A3002Af8202c
Octal12611522452600523704054
Binary1010110100110110010100101010110000010101011111000100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564D94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,77,148); }

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

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

 a { background-color: rgb(86,77,148); }

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

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

 span { border-color: rgb(86,77,148); }

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