#564A8B

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

Shades of Victoria #564A8B

Tints of Victoria #564A8B

Color information

#564A8B (or 0x564A8B) is unknown color: approx Victoria. HEX triplet: 56, 4A and 8B. RGB value is (86,74,139). Sum of RGB (Red+Green+Blue) = 86+74+139=299 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.76% from 299); Green value is 74 (29.30% from 255 or 24.75% from 299); Blue value is 139 (54.69% from 255 or 46.49% from 299); Max value from RGB is 139 - color contains mainly: blue. Hex color #564A8B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #564A8B is #A9B574. Grayscale: #545454. Windows color (decimal): -11122037 or 9128534. OLE color: 9128534.

HSL color Cylindrical-coordinate representation of color #564A8B: hue angle of 251.08º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #564A8B is Cyan = 0.38, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8674139-
CMYK0.380.4700.45
HSL251.08º30.52%41.76%-
HSV(B)251.08º46.76%54.51%-
XYZ10.958.7425.54-
YUV85158.48128.71-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.76%
GREEN value IS 74 (29.30% from 255) = 24.75%
BLUE value IS 139 (54.69% from 255) = 46.49%
R=28.76%
G=24.75%
B=46.49%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal86741390.380.4700.45251.0830.5241.76
Hex564A8B262F02Dfb1f2a
Octal12611221346570553733752
Binary101011010010101000101110011010111101011011111101111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,74,139); }

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

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

 a { background-color: rgb(86,74,139); }

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

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

 span { border-color: rgb(86,74,139); }

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