#564BB4

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

Shades of Rich Blue #564BB4

Tints of Rich Blue #564BB4

Color information

#564BB4 (or 0x564BB4) is unknown color: approx Rich Blue. HEX triplet: 56, 4B and B4. RGB value is (86,75,180). Sum of RGB (Red+Green+Blue) = 86+75+180=341 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.22% from 341); Green value is 75 (29.69% from 255 or 21.99% from 341); Blue value is 180 (70.70% from 255 or 52.79% from 341); Max value from RGB is 180 - color contains mainly: blue. Hex color #564BB4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #564BB4 is #A9B44B. Grayscale: #595959. Windows color (decimal): -11121740 or 11815766. OLE color: 11815766.

HSL color Cylindrical-coordinate representation of color #564BB4: hue angle of 246.29º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #564BB4 is Cyan = 0.52, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB8675180-
CMYK0.520.5800.29
HSL246.29º41.18%50%-
HSV(B)246.29º58.33%70.59%-
XYZ14.5910.3144.4-
YUV90.26178.64124.96-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.22%
GREEN value IS 75 (29.69% from 255) = 21.99%
BLUE value IS 180 (70.70% from 255) = 52.79%
R=25.22%
G=21.99%
B=52.79%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal86751800.520.5800.29246.2941.1850
Hex564BB4343A01Df62932
Octal12611326464720353665162
Binary101011010010111011010011010011101001110111110110101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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