Html Css Color HEX #574DA9 Rich Blue

📋 copy color: '#574DA9'

red 87 ◦ green 77 ◦ blue 169

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

Shades of Rich Blue #574DA9

Tints of Rich Blue #574DA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 50.75%

R = 26.13%
G = 23.12%
B = 50.75%

CMYK

 C value IS 0.49

 M value IS 0.54

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#574DA9 (or 0x574DA9) is known color: Rich Blue. HEX triplet: 57, 4D and A9. RGB value is (87,77,169). Sum of RGB (Red+Green+Blue) = 87+77+169=333 (44% of max value = 765). Red value is 87 (34.38% from 255 or 26.13% from 333); Green value is 77 (30.47% from 255 or 23.12% from 333); Blue value is 169 (66.41% from 255 or 50.75% from 333); Max value from RGB is 169 - color contains mainly: blue. Hex color #574DA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #574DA9 is #A8B256. Grayscale: #5A5A5A. Windows color (decimal): -11055703 or 11095383. OLE color: 11095383.

HSL color Cylindrical-coordinate representation of color #574DA9: hue angle of 246.52º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #574DA9 is Cyan = 0.49, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 87 77 169 -
CMYK 0.49 0.54 0 0.34
HSL 246.52º 0.37% 0.48% -
HSV(B) 246.52º 0.54% 0.66% -
XYZ 13.75 10.2 38.78 -
YUV 90.48 172.31 125.52 -
System Red Green Blue C M Y K H S L
Decimal 87 77 169 0.49 0.54 0 0.34 246.52 0.37 0.48
Hex 57 4D A9 31 36 0 22 F7 25 30
Octal 127 115 251 61 66 0 42 367 45 60
Binary 1010111 1001101 10101001 110001 110110 0 100010 11110111 100101 110000

Color Harmonies of #574DA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574DA9

Black with #574DA9

Text Example


Text Example

White with #574DA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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