#564B98

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

Shades of Victoria #564B98

Tints of Victoria #564B98

Color information

#564B98 (or 0x564B98) is unknown color: approx Victoria. HEX triplet: 56, 4B and 98. RGB value is (86,75,152). Sum of RGB (Red+Green+Blue) = 86+75+152=313 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.48% from 313); Green value is 75 (29.69% from 255 or 23.96% from 313); Blue value is 152 (59.77% from 255 or 48.56% from 313); Max value from RGB is 152 - color contains mainly: blue. Hex color #564B98 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #564B98 is #A9B467. Grayscale: #565656. Windows color (decimal): -11121768 or 9980758. OLE color: 9980758.

HSL color Cylindrical-coordinate representation of color #564B98: hue angle of 248.57º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #564B98 is Cyan = 0.43, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB8675152-
CMYK0.430.5100.40
HSL248.57º33.92%44.51%-
HSV(B)248.57º50.66%59.61%-
XYZ12.029.2830.86-
YUV87.07164.64127.24-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.48%
GREEN value IS 75 (29.69% from 255) = 23.96%
BLUE value IS 152 (59.77% from 255) = 48.56%
R=27.48%
G=23.96%
B=48.56%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal86751520.430.5100.40248.5733.9244.51
Hex564B982B33028f9222d
Octal12611323053630503714255
Binary1010110100101110011000101011110011010100011111001100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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