#564faf

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

Shades of Rich Blue #564FAF

Tints of Rich Blue #564FAF

Color information

#564FAF (or 0x564FAF) is unknown color: approx Rich Blue. HEX triplet: 56, 4F and AF. RGB value is (86,79,175). Sum of RGB (Red+Green+Blue) = 86+79+175=340 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.29% from 340); Green value is 79 (31.25% from 255 or 23.24% from 340); Blue value is 175 (68.75% from 255 or 51.47% from 340); Max value from RGB is 175 - color contains mainly: blue. Hex color #564FAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #564FAF is #A9B050. Grayscale: #5B5B5B. Windows color (decimal): -11120721 or 11489110. OLE color: 11489110.

HSL color Cylindrical-coordinate representation of color #564FAF: hue angle of 244.38º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #564FAF is Cyan = 0.51, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB8679175-
CMYK0.510.5500.31
HSL244.38º37.8%49.8%-
HSV(B)244.38º54.86%68.63%-
XYZ14.3710.6741.86-
YUV92.04174.82123.69-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.29%
GREEN value IS 79 (31.25% from 255) = 23.24%
BLUE value IS 175 (68.75% from 255) = 51.47%
R=25.29%
G=23.24%
B=51.47%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal86791750.510.5500.31244.3837.849.8
Hex564FAF333701Ff42632
Octal12611725763670373644662
Binary101011010011111010111111001111011101111111110100100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564faf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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