Html Css Color HEX #574FA2 Rich Blue

📋 copy color: '#574FA2'

red 87 ◦ green 79 ◦ blue 162

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

Shades of Rich Blue #574FA2

Tints of Rich Blue #574FA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 49.39%

R = 26.52%
G = 24.09%
B = 49.39%

CMYK

 C value IS 0.46

 M value IS 0.51

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#574FA2 (or 0x574FA2) is known color: Rich Blue. HEX triplet: 57, 4F and A2. RGB value is (87,79,162). Sum of RGB (Red+Green+Blue) = 87+79+162=328 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.52% from 328); Green value is 79 (31.25% from 255 or 24.09% from 328); Blue value is 162 (63.67% from 255 or 49.39% from 328); Max value from RGB is 162 - color contains mainly: blue. Hex color #574FA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #574FA2 is #A8B05D. Grayscale: #5A5A5A. Windows color (decimal): -11055198 or 10637143. OLE color: 10637143.

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

Color convert

RGB 87 79 162 -
CMYK 0.46 0.51 0 0.36
HSL 245.78º 0.34% 0.47% -
HSV(B) 245.78º 0.51% 0.64% -
XYZ 13.25 10.23 35.46 -
YUV 90.85 168.15 125.25 -
System Red Green Blue C M Y K H S L
Decimal 87 79 162 0.46 0.51 0 0.36 245.78 0.34 0.47
Hex 57 4F A2 2E 33 0 24 F6 22 2F
Octal 127 117 242 56 63 0 44 366 42 57
Binary 1010111 1001111 10100010 101110 110011 0 100100 11110110 100010 101111

Color Harmonies of #574FA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574FA2

Black with #574FA2

Text Example


Text Example

White with #574FA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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