#564CAC

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

Shades of Rich Blue #564CAC

Tints of Rich Blue #564CAC

Color information

#564CAC (or 0x564CAC) is unknown color: approx Rich Blue. HEX triplet: 56, 4C and AC. RGB value is (86,76,172). Sum of RGB (Red+Green+Blue) = 86+76+172=334 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.75% from 334); Green value is 76 (30.08% from 255 or 22.75% from 334); Blue value is 172 (67.58% from 255 or 51.50% from 334); Max value from RGB is 172 - color contains mainly: blue. Hex color #564CAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #564CAC is #A9B353. Grayscale: #595959. Windows color (decimal): -11121492 or 11291734. OLE color: 11291734.

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

Color convert

RGB8676172-
CMYK0.50.5600.33
HSL246.25º38.71%48.63%-
HSV(B)246.25º55.81%67.45%-
XYZ13.8710.1340.25-
YUV89.93174.31125.19-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.75%
GREEN value IS 76 (30.08% from 255) = 22.75%
BLUE value IS 172 (67.58% from 255) = 51.50%
R=25.75%
G=22.75%
B=51.50%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal86761720.50.5600.33246.2538.7148.63
Hex564CAC3238021f62731
Octal12611425462700413664761
Binary1010110100110010101100110010111000010000111110110100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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