#564BBC

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

Shades of Rich Blue #564BBC

Tints of Rich Blue #564BBC

Color information

#564BBC (or 0x564BBC) is unknown color: approx Rich Blue. HEX triplet: 56, 4B and BC. RGB value is (86,75,188). Sum of RGB (Red+Green+Blue) = 86+75+188=349 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.64% from 349); Green value is 75 (29.69% from 255 or 21.49% from 349); Blue value is 188 (73.83% from 255 or 53.87% from 349); Max value from RGB is 188 - color contains mainly: blue. Hex color #564BBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #564BBC is #A9B443. Grayscale: #5A5A5A. Windows color (decimal): -11121732 or 12340054. OLE color: 12340054.

HSL color Cylindrical-coordinate representation of color #564BBC: hue angle of 245.84º 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 #564BBC is Cyan = 0.54, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB8675188-
CMYK0.540.6000.26
HSL245.84º45.75%51.57%-
HSV(B)245.84º60.11%73.73%-
XYZ15.4310.6448.82-
YUV91.17182.64124.31-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.64%
GREEN value IS 75 (29.69% from 255) = 21.49%
BLUE value IS 188 (73.83% from 255) = 53.87%
R=24.64%
G=21.49%
B=53.87%

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
Decimal86751880.540.6000.26245.8445.7551.57
Hex564BBC363C01Af62e34
Octal12611327466740323665664
Binary101011010010111011110011011011110001101011110110101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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