Html Css Color HEX #574DA4 Rich Blue

📋 copy color: '#574DA4'

red 87 ◦ green 77 ◦ blue 164

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

Shades of Rich Blue #574DA4

Tints of Rich Blue #574DA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 50%

R = 26.52%
G = 23.48%
B = 50%

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

#574DA4 (or 0x574DA4) is known color: Rich Blue. HEX triplet: 57, 4D and A4. RGB value is (87,77,164). Sum of RGB (Red+Green+Blue) = 87+77+164=328 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.52% from 328); Green value is 77 (30.47% from 255 or 23.48% from 328); Blue value is 164 (64.45% from 255 or 50% from 328); Max value from RGB is 164 - color contains mainly: blue. Hex color #574DA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #574DA4 is #A8B25B. Grayscale: #595959. Windows color (decimal): -11055708 or 10767703. OLE color: 10767703.

HSL color Cylindrical-coordinate representation of color #574DA4: hue angle of 246.9º 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 #574DA4 is Cyan = 0.47, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 87 77 164 -
CMYK 0.47 0.53 0 0.36
HSL 246.9º 0.36% 0.47% -
HSV(B) 246.9º 0.53% 0.64% -
XYZ 13.29 10.01 36.35 -
YUV 89.91 169.81 125.93 -
System Red Green Blue C M Y K H S L
Decimal 87 77 164 0.47 0.53 0 0.36 246.9 0.36 0.47
Hex 57 4D A4 2F 35 0 24 F7 24 2F
Octal 127 115 244 57 65 0 44 367 44 57
Binary 1010111 1001101 10100100 101111 110101 0 100100 11110111 100100 101111

Color Harmonies of #574DA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574DA4

Black with #574DA4

Text Example


Text Example

White with #574DA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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