Html Css Color HEX #574FAC Rich Blue

📋 copy color: '#574FAC'

red 87 ◦ green 79 ◦ blue 172

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

Shades of Rich Blue #574FAC

Tints of Rich Blue #574FAC

RGB

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

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

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

R = 25.74%
G = 23.37%
B = 50.89%

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

#574FAC (or 0x574FAC) is known color: Rich Blue. HEX triplet: 57, 4F and AC. RGB value is (87,79,172). Sum of RGB (Red+Green+Blue) = 87+79+172=338 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.74% from 338); Green value is 79 (31.25% from 255 or 23.37% from 338); Blue value is 172 (67.58% from 255 or 50.89% from 338); Max value from RGB is 172 - color contains mainly: blue. Hex color #574FAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #574FAC is #A8B053. Grayscale: #5B5B5B. Windows color (decimal): -11055188 or 11292503. OLE color: 11292503.

HSL color Cylindrical-coordinate representation of color #574FAC: hue angle of 245.16º 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 #574FAC is Cyan = 0.49, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 87 79 172 -
CMYK 0.49 0.54 0 0.33
HSL 245.16º 0.37% 0.49% -
HSV(B) 245.16º 0.54% 0.67% -
XYZ 14.17 10.6 40.33 -
YUV 91.99 173.15 124.44 -
System Red Green Blue C M Y K H S L
Decimal 87 79 172 0.49 0.54 0 0.33 245.16 0.37 0.49
Hex 57 4F AC 31 36 0 21 F5 25 31
Octal 127 117 254 61 66 0 41 365 45 61
Binary 1010111 1001111 10101100 110001 110110 0 100001 11110101 100101 110001

Color Harmonies of #574FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574FAC

Black with #574FAC

Text Example


Text Example

White with #574FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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