#564CAB

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

Shades of Rich Blue #564CAB

Tints of Rich Blue #564CAB

Color information

#564CAB (or 0x564CAB) is unknown color: approx Rich Blue. HEX triplet: 56, 4C and AB. RGB value is (86,76,171). Sum of RGB (Red+Green+Blue) = 86+76+171=333 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.83% from 333); Green value is 76 (30.08% from 255 or 22.82% from 333); Blue value is 171 (67.19% from 255 or 51.35% from 333); Max value from RGB is 171 - color contains mainly: blue. Hex color #564CAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #564CAB is #A9B354. Grayscale: #595959. Windows color (decimal): -11121493 or 11226198. OLE color: 11226198.

HSL color Cylindrical-coordinate representation of color #564CAB: hue angle of 246.32º degrees, saturation: 0.38, 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 #564CAB is Cyan = 0.50, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8676171-
CMYK0.500.5600.33
HSL246.32º38.46%48.43%-
HSV(B)246.32º55.56%67.06%-
XYZ13.7710.0939.75-
YUV89.82173.81125.28-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.83%
GREEN value IS 76 (30.08% from 255) = 22.82%
BLUE value IS 171 (67.19% from 255) = 51.35%
R=25.83%
G=22.82%
B=51.35%

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
Decimal86761710.500.5600.33246.3238.4648.43
Hex564CAB3238021f62630
Octal12611425362700413664660
Binary1010110100110010101011110010111000010000111110110100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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