#564C95

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

Shades of Victoria #564C95

Tints of Victoria #564C95

Color information

#564C95 (or 0x564C95) is unknown color: approx Victoria. HEX triplet: 56, 4C and 95. RGB value is (86,76,149). Sum of RGB (Red+Green+Blue) = 86+76+149=311 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.65% from 311); Green value is 76 (30.08% from 255 or 24.44% from 311); Blue value is 149 (58.59% from 255 or 47.91% from 311); Max value from RGB is 149 - color contains mainly: blue. Hex color #564C95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #564C95 is #A9B36A. Grayscale: #575757. Windows color (decimal): -11121515 or 9784406. OLE color: 9784406.

HSL color Cylindrical-coordinate representation of color #564C95: hue angle of 248.22º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #564C95 is Cyan = 0.42, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8676149-
CMYK0.420.4900.42
HSL248.22º32.44%44.12%-
HSV(B)248.22º48.99%58.43%-
XYZ11.859.3229.61-
YUV87.31162.81127.06-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.65%
GREEN value IS 76 (30.08% from 255) = 24.44%
BLUE value IS 149 (58.59% from 255) = 47.91%
R=27.65%
G=24.44%
B=47.91%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal86761490.420.4900.42248.2232.4444.12
Hex564C952A3102Af8202c
Octal12611422552610523704054
Binary1010110100110010010101101010110001010101011111000100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,76,149); }

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

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

 a { background-color: rgb(86,76,149); }

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

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

 span { border-color: rgb(86,76,149); }

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