Html Css Color HEX #574AAD Rich Blue

📋 copy color: '#574AAD'

red 87 ◦ green 74 ◦ blue 173

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

Shades of Rich Blue #574AAD

Tints of Rich Blue #574AAD

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.16%

 BLUE value IS 173 (67.97% from 255) = 51.8%

R = 26.05%
G = 22.16%
B = 51.8%

CMYK

 C value IS 0.50

 M value IS 0.57

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#574AAD (or 0x574AAD) is known color: Rich Blue. HEX triplet: 57, 4A and AD. RGB value is (87,74,173). Sum of RGB (Red+Green+Blue) = 87+74+173=334 (44% of max value = 765). Red value is 87 (34.38% from 255 or 26.05% from 334); Green value is 74 (29.30% from 255 or 22.16% from 334); Blue value is 173 (67.97% from 255 or 51.80% from 334); Max value from RGB is 173 - color contains mainly: blue. Hex color #574AAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #574AAD is #A8B552. Grayscale: #585858. Windows color (decimal): -11056467 or 11356759. OLE color: 11356759.

HSL color Cylindrical-coordinate representation of color #574AAD: hue angle of 247.88º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #574AAD is Cyan = 0.50, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 87 74 173 -
CMYK 0.50 0.57 0 0.32
HSL 247.88º 0.4% 0.48% -
HSV(B) 247.88º 0.57% 0.68% -
XYZ 13.92 9.94 40.72 -
YUV 89.17 175.31 126.45 -
System Red Green Blue C M Y K H S L
Decimal 87 74 173 0.50 0.57 0 0.32 247.88 0.4 0.48
Hex 57 4A AD 32 39 0 20 F8 28 30
Octal 127 112 255 62 71 0 40 370 50 60
Binary 1010111 1001010 10101101 110010 111001 0 100000 11111000 101000 110000

Color Harmonies of #574AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574AAD

Black with #574AAD

Text Example


Text Example

White with #574AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574AAD; }

 p { color: rgb(87,74,173); }

 H1.HeaderClassName
 {
   color: #574AAD;
 }
 .AnyTagClassName
 {
   color: #574AAD;
 }
</style>

background-color css

<style>
 a { background-color: #574AAD; }

 a { background-color: rgb(87,74,173); }

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

border-color css

<style>
 span { border-color: #574AAD; }

 span { border-color: rgb(87,74,173); }

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