Html Css Color HEX #5749AE Rich Blue

📋 copy color: '#5749AE'

red 87 ◦ green 73 ◦ blue 174

#5749AE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rich Blue #5749AE

Tints of Rich Blue #5749AE

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.1%

R = 26.05%
G = 21.86%
B = 52.1%

CMYK

 C value IS 0.5

 M value IS 0.58

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5749AE (or 0x5749AE) is known color: 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

RGB 87 73 174 -
CMYK 0.5 0.58 0 0.32
HSL 248.32º 0.41% 0.48% -
HSV(B) 248.32º 0.58% 0.68% -
XYZ 13.95 9.85 41.21 -
YUV 88.7 176.14 126.79 -
System Red Green Blue C M Y K H S L
Decimal 87 73 174 0.5 0.58 0 0.32 248.32 0.41 0.48
Hex 57 49 AE 32 3A 0 20 F8 29 30
Octal 127 111 256 62 72 0 40 370 51 60
Binary 1010111 1001001 10101110 110010 111010 0 100000 11111000 101001 110000

Color Harmonies of #5749AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5749AE

Black with #5749AE

Text Example


Text Example

White with #5749AE

Text Example


Text Example

HTML Codes & Css Web 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>