#564BAB

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

Shades of Rich Blue #564BAB

Tints of Rich Blue #564BAB

Color information

#564BAB (or 0x564BAB) is unknown color: approx Rich Blue. HEX triplet: 56, 4B and AB. RGB value is (86,75,171). Sum of RGB (Red+Green+Blue) = 86+75+171=332 (43% of max value = 765). Red value is 86 (33.98% from 255 or 25.90% from 332); Green value is 75 (29.69% from 255 or 22.59% from 332); Blue value is 171 (67.19% from 255 or 51.51% from 332); Max value from RGB is 171 - color contains mainly: blue. Hex color #564BAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #564BAB is #A9B454. Grayscale: #585858. Windows color (decimal): -11121749 or 11225942. OLE color: 11225942.

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

Color convert

RGB8675171-
CMYK0.500.5600.33
HSL246.88º39.02%48.24%-
HSV(B)246.88º56.14%67.06%-
XYZ13.79.9539.73-
YUV89.23174.14125.69-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.90%
GREEN value IS 75 (29.69% from 255) = 22.59%
BLUE value IS 171 (67.19% from 255) = 51.51%
R=25.90%
G=22.59%
B=51.51%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal86751710.500.5600.33246.8839.0248.24
Hex564BAB3238021f72730
Octal12611325362700413674760
Binary1010110100101110101011110010111000010000111110111100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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