Html Css Color HEX #574EA3 Rich Blue

📋 copy color: '#574EA3'

red 87 ◦ green 78 ◦ blue 163

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

Shades of Rich Blue #574EA3

Tints of Rich Blue #574EA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 49.7%

R = 26.52%
G = 23.78%
B = 49.7%

CMYK

 C value IS 0.47

 M value IS 0.52

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#574EA3 (or 0x574EA3) is known color: Rich Blue. HEX triplet: 57, 4E and A3. RGB value is (87,78,163). Sum of RGB (Red+Green+Blue) = 87+78+163=328 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.52% from 328); Green value is 78 (30.86% from 255 or 23.78% from 328); Blue value is 163 (64.06% from 255 or 49.70% from 328); Max value from RGB is 163 - color contains mainly: blue. Hex color #574EA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #574EA3 is #A8B15C. Grayscale: #5A5A5A. Windows color (decimal): -11055453 or 10702423. OLE color: 10702423.

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

Color convert

RGB 87 78 163 -
CMYK 0.47 0.52 0 0.36
HSL 246.35º 0.35% 0.47% -
HSV(B) 246.35º 0.52% 0.64% -
XYZ 13.27 10.12 35.9 -
YUV 90.38 168.98 125.59 -
System Red Green Blue C M Y K H S L
Decimal 87 78 163 0.47 0.52 0 0.36 246.35 0.35 0.47
Hex 57 4E A3 2F 34 0 24 F6 23 2F
Octal 127 116 243 57 64 0 44 366 43 57
Binary 1010111 1001110 10100011 101111 110100 0 100100 11110110 100011 101111

Color Harmonies of #574EA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574EA3

Black with #574EA3

Text Example


Text Example

White with #574EA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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