#564EBA

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

Shades of Rich Blue #564EBA

Tints of Rich Blue #564EBA

Color information

#564EBA (or 0x564EBA) is unknown color: approx Rich Blue. HEX triplet: 56, 4E and BA. RGB value is (86,78,186). Sum of RGB (Red+Green+Blue) = 86+78+186=350 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.57% from 350); Green value is 78 (30.86% from 255 or 22.29% from 350); Blue value is 186 (73.05% from 255 or 53.14% from 350); Max value from RGB is 186 - color contains mainly: blue. Hex color #564EBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #564EBA is #A9B145. Grayscale: #5C5C5C. Windows color (decimal): -11120966 or 12209750. OLE color: 12209750.

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

Color convert

RGB8678186-
CMYK0.540.5800.27
HSL244.44º43.9%51.76%-
HSV(B)244.44º58.06%72.94%-
XYZ15.4310.9747.76-
YUV92.7180.65123.22-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.57%
GREEN value IS 78 (30.86% from 255) = 22.29%
BLUE value IS 186 (73.05% from 255) = 53.14%
R=24.57%
G=22.29%
B=53.14%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal86781860.540.5800.27244.4443.951.76
Hex564EBA363A01Bf42c34
Octal12611627266720333645464
Binary101011010011101011101011011011101001101111110100101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,78,186); }

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

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

 a { background-color: rgb(86,78,186); }

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

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

 span { border-color: rgb(86,78,186); }

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