#564982

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

Shades of Victoria #564982

Tints of Victoria #564982

Color information

#564982 (or 0x564982) is unknown color: approx Victoria. HEX triplet: 56, 49 and 82. RGB value is (86,73,130). Sum of RGB (Red+Green+Blue) = 86+73+130=289 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.76% from 289); Green value is 73 (28.91% from 255 or 25.26% from 289); Blue value is 130 (51.17% from 255 or 44.98% from 289); Max value from RGB is 130 - color contains mainly: blue. Hex color #564982 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #564982 is #A9B67D. Grayscale: #535353. Windows color (decimal): -11122302 or 8538454. OLE color: 8538454.

HSL color Cylindrical-coordinate representation of color #564982: hue angle of 253.68º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #564982 is Cyan = 0.34, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8673130-
CMYK0.340.4400.49
HSL253.68º28.08%39.8%-
HSV(B)253.68º43.85%50.98%-
XYZ10.258.3622.19-
YUV83.38154.31129.87-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 29.76%
GREEN value IS 73 (28.91% from 255) = 25.26%
BLUE value IS 130 (51.17% from 255) = 44.98%
R=29.76%
G=25.26%
B=44.98%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal86731300.340.4400.49253.6828.0839.8
Hex564982222C031fe1c28
Octal12611120242540613763450
Binary101011010010011000001010001010110001100011111111011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564982; }

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

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

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

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

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

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

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

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