#564B85

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

Shades of Victoria #564B85

Tints of Victoria #564B85

Color information

#564B85 (or 0x564B85) is unknown color: approx Victoria. HEX triplet: 56, 4B and 85. RGB value is (86,75,133). Sum of RGB (Red+Green+Blue) = 86+75+133=294 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.25% from 294); Green value is 75 (29.69% from 255 or 25.51% from 294); Blue value is 133 (52.34% from 255 or 45.24% from 294); Max value from RGB is 133 - color contains mainly: blue. Hex color #564B85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #564B85 is #A9B47A. Grayscale: #545454. Windows color (decimal): -11121787 or 8735574. OLE color: 8735574.

HSL color Cylindrical-coordinate representation of color #564B85: hue angle of 251.38º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #564B85 is Cyan = 0.35, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8675133-
CMYK0.350.4400.48
HSL251.38º27.88%40.78%-
HSV(B)251.38º43.61%52.16%-
XYZ10.598.723.31-
YUV84.9155.14128.78-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 29.25%
GREEN value IS 75 (29.69% from 255) = 25.51%
BLUE value IS 133 (52.34% from 255) = 45.24%
R=29.25%
G=25.51%
B=45.24%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal86751330.350.4400.48251.3827.8840.78
Hex564B85232C030fb1c29
Octal12611320543540603733451
Binary101011010010111000010110001110110001100001111101111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,75,133); }

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

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

 a { background-color: rgb(86,75,133); }

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

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

 span { border-color: rgb(86,75,133); }

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