#564E7A

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

Shades of Victoria #564E7A

Tints of Victoria #564E7A

Color information

#564E7A (or 0x564E7A) is unknown color: approx Victoria. HEX triplet: 56, 4E and 7A. RGB value is (86,78,122). Sum of RGB (Red+Green+Blue) = 86+78+122=286 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.07% from 286); Green value is 78 (30.86% from 255 or 27.27% from 286); Blue value is 122 (48.05% from 255 or 42.66% from 286); Max value from RGB is 122 - color contains mainly: blue. Hex color #564E7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #564E7A is #A9B185. Grayscale: #555555. Windows color (decimal): -11121030 or 8015446. OLE color: 8015446.

HSL color Cylindrical-coordinate representation of color #564E7A: hue angle of 250.91º degrees, saturation: 0.22, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #564E7A is Cyan = 0.30, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8678122-
CMYK0.300.3600.52
HSL250.91º22%39.22%-
HSV(B)250.91º36.07%47.84%-
XYZ10.078.8319.59-
YUV85.41148.65128.42-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 30.07%
GREEN value IS 78 (30.86% from 255) = 27.27%
BLUE value IS 122 (48.05% from 255) = 42.66%
R=30.07%
G=27.27%
B=42.66%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal86781220.300.3600.52250.912239.22
Hex564E7A1E24034fb1627
Octal12611617236440643732647
Binary1010110100111011110101111010010001101001111101110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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