#564DAB

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

Shades of Rich Blue #564DAB

Tints of Rich Blue #564DAB

Color information

#564DAB (or 0x564DAB) is unknown color: approx Rich Blue. HEX triplet: 56, 4D and AB. RGB value is (86,77,171). Sum of RGB (Red+Green+Blue) = 86+77+171=334 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.75% from 334); Green value is 77 (30.47% from 255 or 23.05% from 334); Blue value is 171 (67.19% from 255 or 51.20% from 334); Max value from RGB is 171 - color contains mainly: blue. Hex color #564DAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #564DAB is #A9B254. Grayscale: #5A5A5A. Windows color (decimal): -11121237 or 11226454. OLE color: 11226454.

HSL color Cylindrical-coordinate representation of color #564DAB: hue angle of 245.74º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #564DAB is Cyan = 0.50, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8677171-
CMYK0.500.5500.33
HSL245.74º37.9%48.63%-
HSV(B)245.74º54.97%67.06%-
XYZ13.8410.2339.77-
YUV90.41173.48124.86-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.75%
GREEN value IS 77 (30.47% from 255) = 23.05%
BLUE value IS 171 (67.19% from 255) = 51.20%
R=25.75%
G=23.05%
B=51.20%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal86771710.500.5500.33245.7437.948.63
Hex564DAB3237021f62631
Octal12611525362670413664661
Binary1010110100110110101011110010110111010000111110110100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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