#564E90

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

Shades of Victoria #564E90

Tints of Victoria #564E90

Color information

#564E90 (or 0x564E90) is unknown color: approx Victoria. HEX triplet: 56, 4E and 90. RGB value is (86,78,144). Sum of RGB (Red+Green+Blue) = 86+78+144=308 (40% of max value = 765). Red value is 86 (33.98% from 255 or 27.92% from 308); Green value is 78 (30.86% from 255 or 25.32% from 308); Blue value is 144 (56.64% from 255 or 46.75% from 308); Max value from RGB is 144 - color contains mainly: blue. Hex color #564E90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #564E90 is #A9B16F. Grayscale: #575757. Windows color (decimal): -11121008 or 9457238. OLE color: 9457238.

HSL color Cylindrical-coordinate representation of color #564E90: hue angle of 247.27º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #564E90 is Cyan = 0.40, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8678144-
CMYK0.400.4600.44
HSL247.27º29.73%43.53%-
HSV(B)247.27º45.83%56.47%-
XYZ11.69.4427.6-
YUV87.92159.65126.63-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.92%
GREEN value IS 78 (30.86% from 255) = 25.32%
BLUE value IS 144 (56.64% from 255) = 46.75%
R=27.92%
G=25.32%
B=46.75%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal86781440.400.4600.44247.2729.7343.53
Hex564E90282E02Cf71e2c
Octal12611622050560543673654
Binary101011010011101001000010100010111001011001111011111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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