Html Css Color HEX #574FAA Rich Blue

📋 copy color: '#574FAA'

red 87 ◦ green 79 ◦ blue 170

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

Shades of Rich Blue #574FAA

Tints of Rich Blue #574FAA

RGB

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

 GREEN value IS 79 (31.25% from 255) = 23.51%

 BLUE value IS 170 (66.8% from 255) = 50.6%

R = 25.89%
G = 23.51%
B = 50.6%

CMYK

 C value IS 0.49

 M value IS 0.54

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#574FAA (or 0x574FAA) is known color: Rich Blue. HEX triplet: 57, 4F and AA. RGB value is (87,79,170). Sum of RGB (Red+Green+Blue) = 87+79+170=336 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.89% from 336); Green value is 79 (31.25% from 255 or 23.51% from 336); Blue value is 170 (66.80% from 255 or 50.60% from 336); Max value from RGB is 170 - color contains mainly: blue. Hex color #574FAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #574FAA is #A8B055. Grayscale: #5B5B5B. Windows color (decimal): -11055190 or 11161431. OLE color: 11161431.

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

Color convert

RGB 87 79 170 -
CMYK 0.49 0.54 0 0.33
HSL 245.27º 0.37% 0.49% -
HSV(B) 245.27º 0.54% 0.67% -
XYZ 13.98 10.52 39.32 -
YUV 91.77 172.15 124.6 -
System Red Green Blue C M Y K H S L
Decimal 87 79 170 0.49 0.54 0 0.33 245.27 0.37 0.49
Hex 57 4F AA 31 36 0 21 F5 25 31
Octal 127 117 252 61 66 0 41 365 45 61
Binary 1010111 1001111 10101010 110001 110110 0 100001 11110101 100101 110001

Color Harmonies of #574FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574FAA

Black with #574FAA

Text Example


Text Example

White with #574FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,79,170); }

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

background-color css

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

 a { background-color: rgb(87,79,170); }

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

border-color css

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

 span { border-color: rgb(87,79,170); }

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