Html Css Color HEX #574AAC Rich Blue

📋 copy color: '#574AAC'

red 87 ◦ green 74 ◦ blue 172

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

Shades of Rich Blue #574AAC

Tints of Rich Blue #574AAC

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.22%

 BLUE value IS 172 (67.58% from 255) = 51.65%

R = 26.13%
G = 22.22%
B = 51.65%

CMYK

 C value IS 0.49

 M value IS 0.57

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#574AAC (or 0x574AAC) is known color: Rich Blue. HEX triplet: 57, 4A and AC. RGB value is (87,74,172). Sum of RGB (Red+Green+Blue) = 87+74+172=333 (44% of max value = 765). Red value is 87 (34.38% from 255 or 26.13% from 333); Green value is 74 (29.30% from 255 or 22.22% from 333); Blue value is 172 (67.58% from 255 or 51.65% from 333); Max value from RGB is 172 - color contains mainly: blue. Hex color #574AAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #574AAC is #A8B553. Grayscale: #585858. Windows color (decimal): -11056468 or 11291223. OLE color: 11291223.

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

Color convert

RGB 87 74 172 -
CMYK 0.49 0.57 0 0.33
HSL 247.96º 0.4% 0.48% -
HSV(B) 247.96º 0.57% 0.67% -
XYZ 13.83 9.9 40.21 -
YUV 89.06 174.81 126.53 -
System Red Green Blue C M Y K H S L
Decimal 87 74 172 0.49 0.57 0 0.33 247.96 0.4 0.48
Hex 57 4A AC 31 39 0 21 F8 28 30
Octal 127 112 254 61 71 0 41 370 50 60
Binary 1010111 1001010 10101100 110001 111001 0 100001 11111000 101000 110000

Color Harmonies of #574AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574AAC

Black with #574AAC

Text Example


Text Example

White with #574AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,74,172); }

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

background-color css

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

 a { background-color: rgb(87,74,172); }

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

border-color css

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

 span { border-color: rgb(87,74,172); }

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