#564D82

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

Shades of Victoria #564D82

Tints of Victoria #564D82

Color information

#564D82 (or 0x564D82) is unknown color: approx Victoria. HEX triplet: 56, 4D and 82. RGB value is (86,77,130). Sum of RGB (Red+Green+Blue) = 86+77+130=293 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.35% from 293); Green value is 77 (30.47% from 255 or 26.28% from 293); Blue value is 130 (51.17% from 255 or 44.37% from 293); Max value from RGB is 130 - color contains mainly: blue. Hex color #564D82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #564D82 is #A9B27D. Grayscale: #555555. Windows color (decimal): -11121278 or 8539478. OLE color: 8539478.

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

Color convert

RGB8677130-
CMYK0.340.4100.49
HSL250.19º25.6%40.59%-
HSV(B)250.19º40.77%50.98%-
XYZ10.528.922.28-
YUV85.73152.98128.19-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 29.35%
GREEN value IS 77 (30.47% from 255) = 26.28%
BLUE value IS 130 (51.17% from 255) = 44.37%
R=29.35%
G=26.28%
B=44.37%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal86771300.340.4100.49250.1925.640.59
Hex564D822229031fa1a29
Octal12611520242510613723251
Binary101011010011011000001010001010100101100011111101011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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