#564FA2

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

Shades of Rich Blue #564FA2

Tints of Rich Blue #564FA2

Color information

#564FA2 (or 0x564FA2) is unknown color: approx Rich Blue. HEX triplet: 56, 4F and A2. RGB value is (86,79,162). Sum of RGB (Red+Green+Blue) = 86+79+162=327 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.30% from 327); Green value is 79 (31.25% from 255 or 24.16% from 327); Blue value is 162 (63.67% from 255 or 49.54% from 327); Max value from RGB is 162 - color contains mainly: blue. Hex color #564FA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #564FA2 is #A9B05D. Grayscale: #5A5A5A. Windows color (decimal): -11120734 or 10637142. OLE color: 10637142.

HSL color Cylindrical-coordinate representation of color #564FA2: hue angle of 245.06º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #564FA2 is Cyan = 0.47, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB8679162-
CMYK0.470.5100.36
HSL245.06º34.44%47.25%-
HSV(B)245.06º51.23%63.53%-
XYZ13.1610.1835.45-
YUV90.56168.32124.75-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.30%
GREEN value IS 79 (31.25% from 255) = 24.16%
BLUE value IS 162 (63.67% from 255) = 49.54%
R=26.30%
G=24.16%
B=49.54%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal86791620.470.5100.36245.0634.4447.25
Hex564FA22F33024f5222f
Octal12611724257630443654257
Binary1010110100111110100010101111110011010010011110101100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564FA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,79,162); }

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

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

 a { background-color: rgb(86,79,162); }

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

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

 span { border-color: rgb(86,79,162); }

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