#564F88

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

Shades of Victoria #564F88

Tints of Victoria #564F88

Color information

#564F88 (or 0x564F88) is unknown color: approx Victoria. HEX triplet: 56, 4F and 88. RGB value is (86,79,136). Sum of RGB (Red+Green+Blue) = 86+79+136=301 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.57% from 301); Green value is 79 (31.25% from 255 or 26.25% from 301); Blue value is 136 (53.52% from 255 or 45.18% from 301); Max value from RGB is 136 - color contains mainly: blue. Hex color #564F88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #564F88 is #A9B077. Grayscale: #575757. Windows color (decimal): -11120760 or 8933206. OLE color: 8933206.

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

Color convert

RGB8679136-
CMYK0.370.4200.47
HSL247.37º26.51%42.16%-
HSV(B)247.37º41.91%53.33%-
XYZ11.089.3524.51-
YUV87.59155.32126.87-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.57%
GREEN value IS 79 (31.25% from 255) = 26.25%
BLUE value IS 136 (53.52% from 255) = 45.18%
R=28.57%
G=26.25%
B=45.18%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal86791360.370.4200.47247.3726.5142.16
Hex564F88252A02Ff71b2a
Octal12611721045520573673352
Binary101011010011111000100010010110101001011111111011111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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