#564AB2

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

Shades of Rich Blue #564AB2

Tints of Rich Blue #564AB2

Color information

#564AB2 (or 0x564AB2) is unknown color: approx Rich Blue. HEX triplet: 56, 4A and B2. RGB value is (86,74,178). Sum of RGB (Red+Green+Blue) = 86+74+178=338 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.44% from 338); Green value is 74 (29.30% from 255 or 21.89% from 338); Blue value is 178 (69.92% from 255 or 52.66% from 338); Max value from RGB is 178 - color contains mainly: blue. Hex color #564AB2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #564AB2 is #A9B54D. Grayscale: #595959. Windows color (decimal): -11121998 or 11684438. OLE color: 11684438.

HSL color Cylindrical-coordinate representation of color #564AB2: hue angle of 246.92º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #564AB2 is Cyan = 0.52, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB8674178-
CMYK0.520.5800.30
HSL246.92º41.27%49.41%-
HSV(B)246.92º58.43%69.8%-
XYZ14.3210.0943.31-
YUV89.44177.98125.54-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.44%
GREEN value IS 74 (29.30% from 255) = 21.89%
BLUE value IS 178 (69.92% from 255) = 52.66%
R=25.44%
G=21.89%
B=52.66%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal86741780.520.5800.30246.9241.2749.41
Hex564AB2343A01Ef72931
Octal12611226264720363675161
Binary101011010010101011001011010011101001111011110111101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564AB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,74,178); }

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

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

 a { background-color: rgb(86,74,178); }

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

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

 span { border-color: rgb(86,74,178); }

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