#564980

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

Shades of Victoria #564980

Tints of Victoria #564980

Color information

#564980 (or 0x564980) is unknown color: approx Victoria. HEX triplet: 56, 49 and 80. RGB value is (86,73,128). Sum of RGB (Red+Green+Blue) = 86+73+128=287 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.97% from 287); Green value is 73 (28.91% from 255 or 25.44% from 287); Blue value is 128 (50.39% from 255 or 44.60% from 287); Max value from RGB is 128 - color contains mainly: blue. Hex color #564980 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #564980 is #A9B67F. Grayscale: #525252. Windows color (decimal): -11122304 or 8407382. OLE color: 8407382.

HSL color Cylindrical-coordinate representation of color #564980: hue angle of 254.18º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #564980 is Cyan = 0.33, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8673128-
CMYK0.330.4300.50
HSL254.18º27.36%39.41%-
HSV(B)254.18º42.97%50.2%-
XYZ10.128.321.49-
YUV83.16153.31130.03-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 29.97%
GREEN value IS 73 (28.91% from 255) = 25.44%
BLUE value IS 128 (50.39% from 255) = 44.60%
R=29.97%
G=25.44%
B=44.60%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal86731280.330.4300.50254.1827.3639.41
Hex564980212B032fe1b27
Octal12611120041530623763347
Binary101011010010011000000010000110101101100101111111011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564980; }

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

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

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

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

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

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

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

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