#564BB5

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

Shades of Rich Blue #564BB5

Tints of Rich Blue #564BB5

Color information

#564BB5 (or 0x564BB5) is unknown color: approx Rich Blue. HEX triplet: 56, 4B and B5. RGB value is (86,75,181). Sum of RGB (Red+Green+Blue) = 86+75+181=342 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.15% from 342); Green value is 75 (29.69% from 255 or 21.93% from 342); Blue value is 181 (71.09% from 255 or 52.92% from 342); Max value from RGB is 181 - color contains mainly: blue. Hex color #564BB5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #564BB5 is #A9B44A. Grayscale: #595959. Windows color (decimal): -11121739 or 11881302. OLE color: 11881302.

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

Color convert

RGB8675181-
CMYK0.520.5900.29
HSL246.23º41.73%50.2%-
HSV(B)246.23º58.56%70.98%-
XYZ14.6910.3544.94-
YUV90.37179.14124.88-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.15%
GREEN value IS 75 (29.69% from 255) = 21.93%
BLUE value IS 181 (71.09% from 255) = 52.92%
R=25.15%
G=21.93%
B=52.92%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal86751810.520.5900.29246.2341.7350.2
Hex564BB5343B01Df62a32
Octal12611326564730353665262
Binary101011010010111011010111010011101101110111110110101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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