#564F92

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

Shades of Victoria #564F92

Tints of Victoria #564F92

Color information

#564F92 (or 0x564F92) is unknown color: approx Victoria. HEX triplet: 56, 4F and 92. RGB value is (86,79,146). Sum of RGB (Red+Green+Blue) = 86+79+146=311 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.65% from 311); Green value is 79 (31.25% from 255 or 25.40% from 311); Blue value is 146 (57.42% from 255 or 46.95% from 311); Max value from RGB is 146 - color contains mainly: blue. Hex color #564F92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #564F92 is #A9B06D. Grayscale: #585858. Windows color (decimal): -11120750 or 9588566. OLE color: 9588566.

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

Color convert

RGB8679146-
CMYK0.410.4600.43
HSL246.27º29.78%44.12%-
HSV(B)246.27º45.89%57.25%-
XYZ11.829.6528.43-
YUV88.73160.32126.05-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.65%
GREEN value IS 79 (31.25% from 255) = 25.40%
BLUE value IS 146 (57.42% from 255) = 46.95%
R=27.65%
G=25.40%
B=46.95%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal86791460.410.4600.43246.2729.7844.12
Hex564F92292E02Bf61e2c
Octal12611722251560533663654
Binary101011010011111001001010100110111001010111111011011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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