#564AB9

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

Shades of Rich Blue #564AB9

Tints of Rich Blue #564AB9

Color information

#564AB9 (or 0x564AB9) is unknown color: approx Rich Blue. HEX triplet: 56, 4A and B9. RGB value is (86,74,185). Sum of RGB (Red+Green+Blue) = 86+74+185=345 (45% of max value = 765). Red value is 86 (33.98% from 255 or 24.93% from 345); Green value is 74 (29.30% from 255 or 21.45% from 345); Blue value is 185 (72.66% from 255 or 53.62% from 345); Max value from RGB is 185 - color contains mainly: blue. Hex color #564AB9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #564AB9 is #A9B546. Grayscale: #595959. Windows color (decimal): -11121991 or 12143190. OLE color: 12143190.

HSL color Cylindrical-coordinate representation of color #564AB9: hue angle of 246.49º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #564AB9 is Cyan = 0.54, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB8674185-
CMYK0.540.600.27
HSL246.49º44.22%50.78%-
HSV(B)246.49º60%72.55%-
XYZ15.0410.3847.11-
YUV90.24181.48124.97-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.93%
GREEN value IS 74 (29.30% from 255) = 21.45%
BLUE value IS 185 (72.66% from 255) = 53.62%
R=24.93%
G=21.45%
B=53.62%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal86741850.540.600.27246.4944.2250.78
Hex564AB9363C01Bf62c33
Octal12611227166740333665463
Binary101011010010101011100111011011110001101111110110101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564AB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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