Html Css Color HEX #574DA3 Rich Blue

📋 copy color: '#574DA3'

red 87 ◦ green 77 ◦ blue 163

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

Shades of Rich Blue #574DA3

Tints of Rich Blue #574DA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 49.85%

R = 26.61%
G = 23.55%
B = 49.85%

CMYK

 C value IS 0.47

 M value IS 0.53

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#574DA3 (or 0x574DA3) is known color: Rich Blue. HEX triplet: 57, 4D and A3. RGB value is (87,77,163). Sum of RGB (Red+Green+Blue) = 87+77+163=327 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.61% from 327); Green value is 77 (30.47% from 255 or 23.55% from 327); Blue value is 163 (64.06% from 255 or 49.85% from 327); Max value from RGB is 163 - color contains mainly: blue. Hex color #574DA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #574DA3 is #A8B25C. Grayscale: #595959. Windows color (decimal): -11055709 or 10702167. OLE color: 10702167.

HSL color Cylindrical-coordinate representation of color #574DA3: hue angle of 246.98º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #574DA3 is Cyan = 0.47, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 87 77 163 -
CMYK 0.47 0.53 0 0.36
HSL 246.98º 0.36% 0.47% -
HSV(B) 246.98º 0.53% 0.64% -
XYZ 13.2 9.98 35.88 -
YUV 89.79 169.31 126.01 -
System Red Green Blue C M Y K H S L
Decimal 87 77 163 0.47 0.53 0 0.36 246.98 0.36 0.47
Hex 57 4D A3 2F 35 0 24 F7 24 2F
Octal 127 115 243 57 65 0 44 367 44 57
Binary 1010111 1001101 10100011 101111 110101 0 100100 11110111 100100 101111

Color Harmonies of #574DA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574DA3

Black with #574DA3

Text Example


Text Example

White with #574DA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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