#564E92

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

Shades of Victoria #564E92

Tints of Victoria #564E92

Color information

#564E92 (or 0x564E92) is unknown color: approx Victoria. HEX triplet: 56, 4E and 92. RGB value is (86,78,146). Sum of RGB (Red+Green+Blue) = 86+78+146=310 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.74% from 310); Green value is 78 (30.86% from 255 or 25.16% from 310); Blue value is 146 (57.42% from 255 or 47.10% from 310); Max value from RGB is 146 - color contains mainly: blue. Hex color #564E92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #564E92 is #A9B16D. Grayscale: #575757. Windows color (decimal): -11121006 or 9588310. OLE color: 9588310.

HSL color Cylindrical-coordinate representation of color #564E92: hue angle of 247.06º degrees, saturation: 0.3, 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 #564E92 is Cyan = 0.41, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB8678146-
CMYK0.410.4700.43
HSL247.06º30.36%43.92%-
HSV(B)247.06º46.58%57.25%-
XYZ11.759.528.41-
YUV88.14160.65126.47-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.74%
GREEN value IS 78 (30.86% from 255) = 25.16%
BLUE value IS 146 (57.42% from 255) = 47.10%
R=27.74%
G=25.16%
B=47.10%

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
Decimal86781460.410.4700.43247.0630.3643.92
Hex564E92292F02Bf71e2c
Octal12611622251570533673654
Binary101011010011101001001010100110111101010111111011111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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