Html Css Color HEX #574EAC Rich Blue

📋 copy color: '#574EAC'

red 87 ◦ green 78 ◦ blue 172

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

Shades of Rich Blue #574EAC

Tints of Rich Blue #574EAC

RGB

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

 GREEN value IS 78 (30.86% from 255) = 23.15%

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

R = 25.82%
G = 23.15%
B = 51.04%

CMYK

 C value IS 0.49

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#574EAC (or 0x574EAC) is known color: Rich Blue. HEX triplet: 57, 4E and AC. RGB value is (87,78,172). Sum of RGB (Red+Green+Blue) = 87+78+172=337 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.82% from 337); Green value is 78 (30.86% from 255 or 23.15% from 337); Blue value is 172 (67.58% from 255 or 51.04% from 337); Max value from RGB is 172 - color contains mainly: blue. Hex color #574EAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #574EAC is #A8B153. Grayscale: #5B5B5B. Windows color (decimal): -11055444 or 11292247. OLE color: 11292247.

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

Color convert

RGB 87 78 172 -
CMYK 0.49 0.55 0 0.33
HSL 245.74º 0.38% 0.49% -
HSV(B) 245.74º 0.55% 0.67% -
XYZ 14.1 10.45 40.3 -
YUV 91.41 173.48 124.86 -
System Red Green Blue C M Y K H S L
Decimal 87 78 172 0.49 0.55 0 0.33 245.74 0.38 0.49
Hex 57 4E AC 31 37 0 21 F6 26 31
Octal 127 116 254 61 67 0 41 366 46 61
Binary 1010111 1001110 10101100 110001 110111 0 100001 11110110 100110 110001

Color Harmonies of #574EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574EAC

Black with #574EAC

Text Example


Text Example

White with #574EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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