#564BBE

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

Shades of Rich Blue #564BBE

Tints of Rich Blue #564BBE

Color information

#564BBE (or 0x564BBE) is unknown color: approx Rich Blue. HEX triplet: 56, 4B and BE. RGB value is (86,75,190). Sum of RGB (Red+Green+Blue) = 86+75+190=351 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.50% from 351); Green value is 75 (29.69% from 255 or 21.37% from 351); Blue value is 190 (74.61% from 255 or 54.13% from 351); Max value from RGB is 190 - color contains mainly: blue. Hex color #564BBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #564BBE is #A9B441. Grayscale: #5A5A5A. Windows color (decimal): -11121730 or 12471126. OLE color: 12471126.

HSL color Cylindrical-coordinate representation of color #564BBE: hue angle of 245.74º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #564BBE is Cyan = 0.55, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8675190-
CMYK0.550.6100.25
HSL245.74º46.94%51.96%-
HSV(B)245.74º60.53%74.51%-
XYZ15.6510.7349.96-
YUV91.4183.64124.15-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.50%
GREEN value IS 75 (29.69% from 255) = 21.37%
BLUE value IS 190 (74.61% from 255) = 54.13%
R=24.50%
G=21.37%
B=54.13%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal86751900.550.6100.25245.7446.9451.96
Hex564BBE373D019f62f34
Octal12611327667750313665764
Binary101011010010111011111011011111110101100111110110101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,75,190); }

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

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

 a { background-color: rgb(86,75,190); }

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

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

 span { border-color: rgb(86,75,190); }

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