#564CBD

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

Shades of Rich Blue #564CBD

Tints of Rich Blue #564CBD

Color information

#564CBD (or 0x564CBD) is unknown color: approx Rich Blue. HEX triplet: 56, 4C and BD. RGB value is (86,76,189). Sum of RGB (Red+Green+Blue) = 86+76+189=351 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.50% from 351); Green value is 76 (30.08% from 255 or 21.65% from 351); Blue value is 189 (74.22% from 255 or 53.85% from 351); Max value from RGB is 189 - color contains mainly: blue. Hex color #564CBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #564CBD is #A9B342. Grayscale: #5B5B5B. Windows color (decimal): -11121475 or 12405846. OLE color: 12405846.

HSL color Cylindrical-coordinate representation of color #564CBD: hue angle of 245.31º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #564CBD is Cyan = 0.54, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB8676189-
CMYK0.540.6000.26
HSL245.31º46.12%51.96%-
HSV(B)245.31º59.79%74.12%-
XYZ15.6110.8249.41-
YUV91.87182.81123.81-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.50%
GREEN value IS 76 (30.08% from 255) = 21.65%
BLUE value IS 189 (74.22% from 255) = 53.85%
R=24.50%
G=21.65%
B=53.85%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal86761890.540.6000.26245.3146.1251.96
Hex564CBD363C01Af52e34
Octal12611427566740323655664
Binary101011010011001011110111011011110001101011110101101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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