#564BA4

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

Shades of Rich Blue #564BA4

Tints of Rich Blue #564BA4

Color information

#564BA4 (or 0x564BA4) is unknown color: approx Rich Blue. HEX triplet: 56, 4B and A4. RGB value is (86,75,164). Sum of RGB (Red+Green+Blue) = 86+75+164=325 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.46% from 325); Green value is 75 (29.69% from 255 or 23.08% from 325); Blue value is 164 (64.45% from 255 or 50.46% from 325); Max value from RGB is 164 - color contains mainly: blue. Hex color #564BA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #564BA4 is #A9B45B. Grayscale: #585858. Windows color (decimal): -11121756 or 10767190. OLE color: 10767190.

HSL color Cylindrical-coordinate representation of color #564BA4: hue angle of 247.42º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #564BA4 is Cyan = 0.48, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB8675164-
CMYK0.480.5400.36
HSL247.42º37.24%46.86%-
HSV(B)247.42º54.27%64.31%-
XYZ13.059.6936.3-
YUV88.44170.64126.26-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.46%
GREEN value IS 75 (29.69% from 255) = 23.08%
BLUE value IS 164 (64.45% from 255) = 50.46%
R=26.46%
G=23.08%
B=50.46%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal86751640.480.5400.36247.4237.2446.86
Hex564BA43036024f7252f
Octal12611324460660443674557
Binary1010110100101110100100110000110110010010011110111100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564BA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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