#564DA4

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

Shades of Rich Blue #564DA4

Tints of Rich Blue #564DA4

Color information

#564DA4 (or 0x564DA4) is unknown color: approx Rich Blue. HEX triplet: 56, 4D and A4. RGB value is (86,77,164). Sum of RGB (Red+Green+Blue) = 86+77+164=327 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.30% from 327); Green value is 77 (30.47% from 255 or 23.55% from 327); Blue value is 164 (64.45% from 255 or 50.15% from 327); Max value from RGB is 164 - color contains mainly: blue. Hex color #564DA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #564DA4 is #A9B25B. Grayscale: #595959. Windows color (decimal): -11121244 or 10767702. OLE color: 10767702.

HSL color Cylindrical-coordinate representation of color #564DA4: hue angle of 246.21º 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 #564DA4 is Cyan = 0.48, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB8677164-
CMYK0.480.5300.36
HSL246.21º36.1%47.25%-
HSV(B)246.21º53.05%64.31%-
XYZ13.199.9736.35-
YUV89.61169.98125.43-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.30%
GREEN value IS 77 (30.47% from 255) = 23.55%
BLUE value IS 164 (64.45% from 255) = 50.15%
R=26.30%
G=23.55%
B=50.15%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal86771640.480.5300.36246.2136.147.25
Hex564DA43035024f6242f
Octal12611524460650443664457
Binary1010110100110110100100110000110101010010011110110100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564DA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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