#564985

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

Shades of Victoria #564985

Tints of Victoria #564985

Color information

#564985 (or 0x564985) is unknown color: approx Victoria. HEX triplet: 56, 49 and 85. RGB value is (86,73,133). Sum of RGB (Red+Green+Blue) = 86+73+133=292 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.45% from 292); Green value is 73 (28.91% from 255 or 25% from 292); Blue value is 133 (52.34% from 255 or 45.55% from 292); Max value from RGB is 133 - color contains mainly: blue. Hex color #564985 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #564985 is #A9B67A. Grayscale: #535353. Windows color (decimal): -11122299 or 8735062. OLE color: 8735062.

HSL color Cylindrical-coordinate representation of color #564985: hue angle of 253º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #564985 is Cyan = 0.35, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8673133-
CMYK0.350.4500.48
HSL253º29.13%40.39%-
HSV(B)253º45.11%52.16%-
XYZ10.458.4423.27-
YUV83.73155.81129.62-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 29.45%
GREEN value IS 73 (28.91% from 255) = 25%
BLUE value IS 133 (52.34% from 255) = 45.55%
R=29.45%
G=25%
B=45.55%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal86731330.350.4500.4825329.1340.39
Hex564985232D030fd1d28
Octal12611120543550603753550
Binary101011010010011000010110001110110101100001111110111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564985; }

 p { color: rgb(86,73,133); }

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

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

 a { background-color: rgb(86,73,133); }

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

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

 span { border-color: rgb(86,73,133); }

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