#5749BD

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

Shades of Rich Blue #5749BD

Tints of Rich Blue #5749BD

Color information

#5749BD (or 0x5749BD) is unknown color: approx Rich Blue. HEX triplet: 57, 49 and BD. RGB value is (87,73,189). Sum of RGB (Red+Green+Blue) = 87+73+189=349 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.93% from 349); Green value is 73 (28.91% from 255 or 20.92% from 349); Blue value is 189 (74.22% from 255 or 54.15% from 349); Max value from RGB is 189 - color contains mainly: blue. Hex color #5749BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5749BD is #A8B642. Grayscale: #595959. Windows color (decimal): -11056707 or 12405079. OLE color: 12405079.

HSL color Cylindrical-coordinate representation of color #5749BD: hue angle of 247.24º degrees, saturation: 0.47, 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 #5749BD is Cyan = 0.54, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB8773189-
CMYK0.540.6100.26
HSL247.24º46.77%51.37%-
HSV(B)247.24º61.38%74.12%-
XYZ15.510.4749.35-
YUV90.41183.64125.57-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.93%
GREEN value IS 73 (28.91% from 255) = 20.92%
BLUE value IS 189 (74.22% from 255) = 54.15%
R=24.93%
G=20.92%
B=54.15%

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
Decimal87731890.540.6100.26247.2446.7751.37
Hex5749BD363D01Af72f33
Octal12711127566750323675763
Binary101011110010011011110111011011110101101011110111101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5749BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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