#5749AE

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

Shades of Rich Blue #5749AE

Tints of Rich Blue #5749AE

Color information

#5749AE (or 0x5749AE) is unknown color: approx Rich Blue. HEX triplet: 57, 49 and AE. RGB value is (87,73,174). Sum of RGB (Red+Green+Blue) = 87+73+174=334 (44% of max value = 765). Red value is 87 (34.38% from 255 or 26.05% from 334); Green value is 73 (28.91% from 255 or 21.86% from 334); Blue value is 174 (68.36% from 255 or 52.10% from 334); Max value from RGB is 174 - color contains mainly: blue. Hex color #5749AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5749AE is #A8B651. Grayscale: #585858. Windows color (decimal): -11056722 or 11422039. OLE color: 11422039.

HSL color Cylindrical-coordinate representation of color #5749AE: hue angle of 248.32º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5749AE is Cyan = 0.5, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB8773174-
CMYK0.50.5800.32
HSL248.32º40.89%48.43%-
HSV(B)248.32º58.05%68.24%-
XYZ13.959.8541.21-
YUV88.7176.14126.79-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.05%
GREEN value IS 73 (28.91% from 255) = 21.86%
BLUE value IS 174 (68.36% from 255) = 52.10%
R=26.05%
G=21.86%
B=52.10%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal87731740.50.5800.32248.3240.8948.43
Hex5749AE323A020f82930
Octal12711125662720403705160
Binary1010111100100110101110110010111010010000011111000101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5749AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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