Html Css Color HEX #574DAD Rich Blue

📋 copy color: '#574DAD'

red 87 ◦ green 77 ◦ blue 173

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

Shades of Rich Blue #574DAD

Tints of Rich Blue #574DAD

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22.85%

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

R = 25.82%
G = 22.85%
B = 51.34%

CMYK

 C value IS 0.50

 M value IS 0.55

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#574DAD (or 0x574DAD) is known color: Rich Blue. HEX triplet: 57, 4D and AD. RGB value is (87,77,173). Sum of RGB (Red+Green+Blue) = 87+77+173=337 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.82% from 337); Green value is 77 (30.47% from 255 or 22.85% from 337); Blue value is 173 (67.97% from 255 or 51.34% from 337); Max value from RGB is 173 - color contains mainly: blue. Hex color #574DAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #574DAD is #A8B252. Grayscale: #5A5A5A. Windows color (decimal): -11055699 or 11357527. OLE color: 11357527.

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

Color convert

RGB 87 77 173 -
CMYK 0.50 0.55 0 0.32
HSL 246.25º 0.38% 0.49% -
HSV(B) 246.25º 0.55% 0.68% -
XYZ 14.13 10.35 40.79 -
YUV 90.93 174.31 125.19 -
System Red Green Blue C M Y K H S L
Decimal 87 77 173 0.50 0.55 0 0.32 246.25 0.38 0.49
Hex 57 4D AD 32 37 0 20 F6 26 31
Octal 127 115 255 62 67 0 40 366 46 61
Binary 1010111 1001101 10101101 110010 110111 0 100000 11110110 100110 110001

Color Harmonies of #574DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574DAD

Black with #574DAD

Text Example


Text Example

White with #574DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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