#564F83

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

Shades of Victoria #564F83

Tints of Victoria #564F83

Color information

#564F83 (or 0x564F83) is unknown color: approx Victoria. HEX triplet: 56, 4F and 83. RGB value is (86,79,131). Sum of RGB (Red+Green+Blue) = 86+79+131=296 (39% of max value = 765). Red value is 86 (33.98% from 255 or 29.05% from 296); Green value is 79 (31.25% from 255 or 26.69% from 296); Blue value is 131 (51.56% from 255 or 44.26% from 296); Max value from RGB is 131 - color contains mainly: blue. Hex color #564F83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #564F83 is #A9B07C. Grayscale: #565656. Windows color (decimal): -11120765 or 8605526. OLE color: 8605526.

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

Color convert

RGB8679131-
CMYK0.340.4000.49
HSL248.08º24.76%41.18%-
HSV(B)248.08º39.69%51.37%-
XYZ10.739.2122.68-
YUV87.02152.82127.27-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 29.05%
GREEN value IS 79 (31.25% from 255) = 26.69%
BLUE value IS 131 (51.56% from 255) = 44.26%
R=29.05%
G=26.69%
B=44.26%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal86791310.340.4000.49248.0824.7641.18
Hex564F832228031f81929
Octal12611720342500613703151
Binary101011010011111000001110001010100001100011111100011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,79,131); }

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

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

 a { background-color: rgb(86,79,131); }

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

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

 span { border-color: rgb(86,79,131); }

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