#564B92

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

Shades of Victoria #564B92

Tints of Victoria #564B92

Color information

#564B92 (or 0x564B92) is unknown color: approx Victoria. HEX triplet: 56, 4B and 92. RGB value is (86,75,146). Sum of RGB (Red+Green+Blue) = 86+75+146=307 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.01% from 307); Green value is 75 (29.69% from 255 or 24.43% from 307); Blue value is 146 (57.42% from 255 or 47.56% from 307); Max value from RGB is 146 - color contains mainly: blue. Hex color #564B92 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #564B92 is #A9B46D. Grayscale: #565656. Windows color (decimal): -11121774 or 9587542. OLE color: 9587542.

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

Color convert

RGB8675146-
CMYK0.410.4900.43
HSL249.3º32.13%43.33%-
HSV(B)249.3º48.63%57.25%-
XYZ11.549.0928.34-
YUV86.38161.64127.73-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.01%
GREEN value IS 75 (29.69% from 255) = 24.43%
BLUE value IS 146 (57.42% from 255) = 47.56%
R=28.01%
G=24.43%
B=47.56%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal86751460.410.4900.43249.332.1343.33
Hex564B92293102Bf9202b
Octal12611322251610533714053
Binary1010110100101110010010101001110001010101111111001100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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