#564CA3

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

Shades of Rich Blue #564CA3

Tints of Rich Blue #564CA3

Color information

#564CA3 (or 0x564CA3) is unknown color: approx Rich Blue. HEX triplet: 56, 4C and A3. RGB value is (86,76,163). Sum of RGB (Red+Green+Blue) = 86+76+163=325 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.46% from 325); Green value is 76 (30.08% from 255 or 23.38% from 325); Blue value is 163 (64.06% from 255 or 50.15% from 325); Max value from RGB is 163 - color contains mainly: blue. Hex color #564CA3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #564CA3 is #A9B35C. Grayscale: #585858. Windows color (decimal): -11121501 or 10701910. OLE color: 10701910.

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

Color convert

RGB8676163-
CMYK0.470.5300.36
HSL246.9º36.4%46.86%-
HSV(B)246.9º53.37%63.92%-
XYZ13.039.7935.85-
YUV88.91169.81125.93-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.46%
GREEN value IS 76 (30.08% from 255) = 23.38%
BLUE value IS 163 (64.06% from 255) = 50.15%
R=26.46%
G=23.38%
B=50.15%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal86761630.470.5300.36246.936.446.86
Hex564CA32F35024f7242f
Octal12611424357650443674457
Binary1010110100110010100011101111110101010010011110111100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564CA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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