#564DA3

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

Shades of Rich Blue #564DA3

Tints of Rich Blue #564DA3

Color information

#564DA3 (or 0x564DA3) is unknown color: approx Rich Blue. HEX triplet: 56, 4D and A3. RGB value is (86,77,163). Sum of RGB (Red+Green+Blue) = 86+77+163=326 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.38% from 326); Green value is 77 (30.47% from 255 or 23.62% from 326); Blue value is 163 (64.06% from 255 or 50% from 326); Max value from RGB is 163 - color contains mainly: blue. Hex color #564DA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #564DA3 is #A9B25C. Grayscale: #595959. Windows color (decimal): -11121245 or 10702166. OLE color: 10702166.

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

Color convert

RGB8677163-
CMYK0.470.5300.36
HSL246.28º35.83%47.06%-
HSV(B)246.28º52.76%63.92%-
XYZ13.19.9335.88-
YUV89.5169.48125.51-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.38%
GREEN value IS 77 (30.47% from 255) = 23.62%
BLUE value IS 163 (64.06% from 255) = 50%
R=26.38%
G=23.62%
B=50%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal86771630.470.5300.36246.2835.8347.06
Hex564DA32F35024f6242f
Octal12611524357650443664457
Binary1010110100110110100011101111110101010010011110110100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564DA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,77,163); }

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

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

 a { background-color: rgb(86,77,163); }

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

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

 span { border-color: rgb(86,77,163); }

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