#564E88

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

Shades of Victoria #564E88

Tints of Victoria #564E88

Color information

#564E88 (or 0x564E88) is unknown color: approx Victoria. HEX triplet: 56, 4E and 88. RGB value is (86,78,136). Sum of RGB (Red+Green+Blue) = 86+78+136=300 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.67% from 300); Green value is 78 (30.86% from 255 or 26% from 300); Blue value is 136 (53.52% from 255 or 45.33% from 300); Max value from RGB is 136 - color contains mainly: blue. Hex color #564E88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #564E88 is #A9B177. Grayscale: #565656. Windows color (decimal): -11121016 or 8932950. OLE color: 8932950.

HSL color Cylindrical-coordinate representation of color #564E88: hue angle of 248.28º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #564E88 is Cyan = 0.37, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8678136-
CMYK0.370.4300.47
HSL248.28º27.1%41.96%-
HSV(B)248.28º42.65%53.33%-
XYZ11.019.224.49-
YUV87155.65127.28-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.67%
GREEN value IS 78 (30.86% from 255) = 26%
BLUE value IS 136 (53.52% from 255) = 45.33%
R=28.67%
G=26%
B=45.33%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal86781360.370.4300.47248.2827.141.96
Hex564E88252B02Ff81b2a
Octal12611621045530573703352
Binary101011010011101000100010010110101101011111111100011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,78,136); }

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

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

 a { background-color: rgb(86,78,136); }

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

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

 span { border-color: rgb(86,78,136); }

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