#5749BC

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

Shades of Rich Blue #5749BC

Tints of Rich Blue #5749BC

Color information

#5749BC (or 0x5749BC) is unknown color: approx Rich Blue. HEX triplet: 57, 49 and BC. RGB value is (87,73,188). Sum of RGB (Red+Green+Blue) = 87+73+188=348 (46% of max value = 765). Red value is 87 (34.38% from 255 or 25% from 348); Green value is 73 (28.91% from 255 or 20.98% from 348); Blue value is 188 (73.83% from 255 or 54.02% from 348); Max value from RGB is 188 - color contains mainly: blue. Hex color #5749BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5749BC is #A8B643. Grayscale: #595959. Windows color (decimal): -11056708 or 12339543. OLE color: 12339543.

HSL color Cylindrical-coordinate representation of color #5749BC: hue angle of 247.3º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5749BC is Cyan = 0.54, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB8773188-
CMYK0.540.6100.26
HSL247.3º46.18%51.18%-
HSV(B)247.3º61.17%73.73%-
XYZ15.3910.4248.78-
YUV90.3183.14125.65-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25%
GREEN value IS 73 (28.91% from 255) = 20.98%
BLUE value IS 188 (73.83% from 255) = 54.02%
R=25%
G=20.98%
B=54.02%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal87731880.540.6100.26247.346.1851.18
Hex5749BC363D01Af72e33
Octal12711127466750323675663
Binary101011110010011011110011011011110101101011110111101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5749BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5749BC; }

 p { color: rgb(87,73,188); }

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

<style>
 a { background-color: #5749BC; }

 a { background-color: rgb(87,73,188); }

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

<style>
 span { border-color: #5749BC; }

 span { border-color: rgb(87,73,188); }

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