#564FB1

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

Shades of Rich Blue #564FB1

Tints of Rich Blue #564FB1

Color information

#564FB1 (or 0x564FB1) is unknown color: approx Rich Blue. HEX triplet: 56, 4F and B1. RGB value is (86,79,177). Sum of RGB (Red+Green+Blue) = 86+79+177=342 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.15% from 342); Green value is 79 (31.25% from 255 or 23.10% from 342); Blue value is 177 (69.53% from 255 or 51.75% from 342); Max value from RGB is 177 - color contains mainly: blue. Hex color #564FB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #564FB1 is #A9B04E. Grayscale: #5B5B5B. Windows color (decimal): -11120719 or 11620182. OLE color: 11620182.

HSL color Cylindrical-coordinate representation of color #564FB1: hue angle of 244.29º degrees, saturation: 0.39, 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 #564FB1 is Cyan = 0.51, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB8679177-
CMYK0.510.5500.31
HSL244.29º38.58%50.2%-
HSV(B)244.29º55.37%69.41%-
XYZ14.5710.7442.9-
YUV92.26175.82123.53-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.15%
GREEN value IS 79 (31.25% from 255) = 23.10%
BLUE value IS 177 (69.53% from 255) = 51.75%
R=25.15%
G=23.10%
B=51.75%

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
Decimal86791770.510.5500.31244.2938.5850.2
Hex564FB1333701Ff42732
Octal12611726163670373644762
Binary101011010011111011000111001111011101111111110100100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564FB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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