#564D92

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

Shades of Victoria #564D92

Tints of Victoria #564D92

Color information

#564D92 (or 0x564D92) is unknown color: approx Victoria. HEX triplet: 56, 4D and 92. RGB value is (86,77,146). Sum of RGB (Red+Green+Blue) = 86+77+146=309 (40% of max value = 765). Red value is 86 (33.98% from 255 or 27.83% from 309); Green value is 77 (30.47% from 255 or 24.92% from 309); Blue value is 146 (57.42% from 255 or 47.25% from 309); Max value from RGB is 146 - color contains mainly: blue. Hex color #564D92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #564D92 is #A9B26D. Grayscale: #575757. Windows color (decimal): -11121262 or 9588054. OLE color: 9588054.

HSL color Cylindrical-coordinate representation of color #564D92: hue angle of 247.83º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #564D92 is Cyan = 0.41, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB8677146-
CMYK0.410.4700.43
HSL247.83º30.94%43.73%-
HSV(B)247.83º47.26%57.25%-
XYZ11.689.3628.39-
YUV87.56160.98126.89-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.83%
GREEN value IS 77 (30.47% from 255) = 24.92%
BLUE value IS 146 (57.42% from 255) = 47.25%
R=27.83%
G=24.92%
B=47.25%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal86771460.410.4700.43247.8330.9443.73
Hex564D92292F02Bf81f2c
Octal12611522251570533703754
Binary101011010011011001001010100110111101010111111100011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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