Html Css Color HEX #5746AE Rich Blue

📋 copy color: '#5746AE'

red 87 ◦ green 70 ◦ blue 174

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

Shades of Rich Blue #5746AE

Tints of Rich Blue #5746AE

RGB

 RED value IS 87 (34.38% from 255) = 26.28%

 GREEN value IS 70 (27.73% from 255) = 21.15%

 BLUE value IS 174 (68.36% from 255) = 52.57%

R = 26.28%
G = 21.15%
B = 52.57%

CMYK

 C value IS 0.5

 M value IS 0.60

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5746AE (or 0x5746AE) is known color: Rich Blue. HEX triplet: 57, 46 and AE. RGB value is (87,70,174). Sum of RGB (Red+Green+Blue) = 87+70+174=331 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.28% from 331); Green value is 70 (27.73% from 255 or 21.15% from 331); Blue value is 174 (68.36% from 255 or 52.57% from 331); Max value from RGB is 174 - color contains mainly: blue. Hex color #5746AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5746AE is #A8B951. Grayscale: #565656. Windows color (decimal): -11057490 or 11421271. OLE color: 11421271.

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

Color convert

RGB 87 70 174 -
CMYK 0.5 0.60 0 0.32
HSL 249.81º 0.43% 0.48% -
HSV(B) 249.81º 0.6% 0.68% -
XYZ 13.76 9.46 41.15 -
YUV 86.94 177.13 128.04 -
System Red Green Blue C M Y K H S L
Decimal 87 70 174 0.5 0.60 0 0.32 249.81 0.43 0.48
Hex 57 46 AE 32 3C 0 20 FA 2B 30
Octal 127 106 256 62 74 0 40 372 53 60
Binary 1010111 1000110 10101110 110010 111100 0 100000 11111010 101011 110000

Color Harmonies of #5746AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5746AE

Black with #5746AE

Text Example


Text Example

White with #5746AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5746AE;
 }
 .AnyTagClassName
 {
   color: #5746AE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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