#564CB7

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

Shades of Rich Blue #564CB7

Tints of Rich Blue #564CB7

Color information

#564CB7 (or 0x564CB7) is unknown color: approx Rich Blue. HEX triplet: 56, 4C and B7. RGB value is (86,76,183). Sum of RGB (Red+Green+Blue) = 86+76+183=345 (45% of max value = 765). Red value is 86 (33.98% from 255 or 24.93% from 345); Green value is 76 (30.08% from 255 or 22.03% from 345); Blue value is 183 (71.88% from 255 or 53.04% from 345); Max value from RGB is 183 - color contains mainly: blue. Hex color #564CB7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #564CB7 is #A9B348. Grayscale: #5A5A5A. Windows color (decimal): -11121481 or 12012630. OLE color: 12012630.

HSL color Cylindrical-coordinate representation of color #564CB7: hue angle of 245.61º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #564CB7 is Cyan = 0.53, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB8676183-
CMYK0.530.5800.28
HSL245.61º42.63%50.78%-
HSV(B)245.61º58.47%71.76%-
XYZ14.9710.5746.05-
YUV91.19179.81124.3-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.93%
GREEN value IS 76 (30.08% from 255) = 22.03%
BLUE value IS 183 (71.88% from 255) = 53.04%
R=24.93%
G=22.03%
B=53.04%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal86761830.530.5800.28245.6142.6350.78
Hex564CB7353A01Cf62b33
Octal12611426765720343665363
Binary101011010011001011011111010111101001110011110110101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564CB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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