Html Css Color HEX #574CA9 Rich Blue

📋 copy color: '#574CA9'

red 87 ◦ green 76 ◦ blue 169

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

Shades of Rich Blue #574CA9

Tints of Rich Blue #574CA9

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.89%

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

R = 26.2%
G = 22.89%
B = 50.9%

CMYK

 C value IS 0.49

 M value IS 0.55

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#574CA9 (or 0x574CA9) is known color: Rich Blue. HEX triplet: 57, 4C and A9. RGB value is (87,76,169). Sum of RGB (Red+Green+Blue) = 87+76+169=332 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.20% from 332); Green value is 76 (30.08% from 255 or 22.89% from 332); Blue value is 169 (66.41% from 255 or 50.90% from 332); Max value from RGB is 169 - color contains mainly: blue. Hex color #574CA9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #574CA9 is #A8B356. Grayscale: #595959. Windows color (decimal): -11055959 or 11095127. OLE color: 11095127.

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

Color convert

RGB 87 76 169 -
CMYK 0.49 0.55 0 0.34
HSL 247.1º 0.38% 0.48% -
HSV(B) 247.1º 0.55% 0.66% -
XYZ 13.68 10.06 38.76 -
YUV 89.89 172.64 125.94 -
System Red Green Blue C M Y K H S L
Decimal 87 76 169 0.49 0.55 0 0.34 247.1 0.38 0.48
Hex 57 4C A9 31 37 0 22 F7 26 30
Octal 127 114 251 61 67 0 42 367 46 60
Binary 1010111 1001100 10101001 110001 110111 0 100010 11110111 100110 110000

Color Harmonies of #574CA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574CA9

Black with #574CA9

Text Example


Text Example

White with #574CA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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