#564EB6

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

Shades of Rich Blue #564EB6

Tints of Rich Blue #564EB6

Color information

#564EB6 (or 0x564EB6) is unknown color: approx Rich Blue. HEX triplet: 56, 4E and B6. RGB value is (86,78,182). Sum of RGB (Red+Green+Blue) = 86+78+182=346 (45% of max value = 765). Red value is 86 (33.98% from 255 or 24.86% from 346); Green value is 78 (30.86% from 255 or 22.54% from 346); Blue value is 182 (71.48% from 255 or 52.60% from 346); Max value from RGB is 182 - color contains mainly: blue. Hex color #564EB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #564EB6 is #A9B149. Grayscale: #5B5B5B. Windows color (decimal): -11120970 or 11947606. OLE color: 11947606.

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

Color convert

RGB8678182-
CMYK0.530.5700.29
HSL244.62º41.6%50.98%-
HSV(B)244.62º57.14%71.37%-
XYZ15.0110.845.55-
YUV92.25178.65123.54-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.86%
GREEN value IS 78 (30.86% from 255) = 22.54%
BLUE value IS 182 (71.48% from 255) = 52.60%
R=24.86%
G=22.54%
B=52.60%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal86781820.530.5700.29244.6241.650.98
Hex564EB6353901Df52a33
Octal12611626665710353655263
Binary101011010011101011011011010111100101110111110101101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564EB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,78,182); }

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

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

 a { background-color: rgb(86,78,182); }

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

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

 span { border-color: rgb(86,78,182); }

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