#564B73

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

Shades of Victoria #564B73

Tints of Victoria #564B73

Color information

#564B73 (or 0x564B73) is unknown color: approx Victoria. HEX triplet: 56, 4B and 73. RGB value is (86,75,115). Sum of RGB (Red+Green+Blue) = 86+75+115=276 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.16% from 276); Green value is 75 (29.69% from 255 or 27.17% from 276); Blue value is 115 (45.31% from 255 or 41.67% from 276); Max value from RGB is 115 - color contains mainly: blue. Hex color #564B73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564B73 is #A9B48C. Grayscale: #525252. Windows color (decimal): -11121805 or 7555926. OLE color: 7555926.

HSL color Cylindrical-coordinate representation of color #564B73: hue angle of 256.5º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #564B73 is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8675115-
CMYK0.250.3500.55
HSL256.5º21.05%37.25%-
HSV(B)256.5º34.78%45.1%-
XYZ9.458.2517.31-
YUV82.85146.14130.25-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.16%
GREEN value IS 75 (29.69% from 255) = 27.17%
BLUE value IS 115 (45.31% from 255) = 41.67%
R=31.16%
G=27.17%
B=41.67%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal86751150.250.3500.55256.521.0537.25
Hex564B7319230371001525
Octal12611316331430674002545
Binary10101101001011111001111001100011011011110000000010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,75,115); }

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

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

 a { background-color: rgb(86,75,115); }

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

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

 span { border-color: rgb(86,75,115); }

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