Html Css Color HEX #574EAE Rich Blue

📋 copy color: '#574EAE'

red 87 ◦ green 78 ◦ blue 174

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

Shades of Rich Blue #574EAE

Tints of Rich Blue #574EAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 51.33%

R = 25.66%
G = 23.01%
B = 51.33%

CMYK

 C value IS 0.5

 M value IS 0.55

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#574EAE (or 0x574EAE) is known color: Rich Blue. HEX triplet: 57, 4E and AE. RGB value is (87,78,174). Sum of RGB (Red+Green+Blue) = 87+78+174=339 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.66% from 339); Green value is 78 (30.86% from 255 or 23.01% from 339); Blue value is 174 (68.36% from 255 or 51.33% from 339); Max value from RGB is 174 - color contains mainly: blue. Hex color #574EAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #574EAE is #A8B151. Grayscale: #5B5B5B. Windows color (decimal): -11055442 or 11423319. OLE color: 11423319.

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

Color convert

RGB 87 78 174 -
CMYK 0.5 0.55 0 0.32
HSL 245.63º 0.38% 0.49% -
HSV(B) 245.63º 0.55% 0.68% -
XYZ 14.29 10.53 41.32 -
YUV 91.64 174.48 124.69 -
System Red Green Blue C M Y K H S L
Decimal 87 78 174 0.5 0.55 0 0.32 245.63 0.38 0.49
Hex 57 4E AE 32 37 0 20 F6 26 31
Octal 127 116 256 62 67 0 40 366 46 61
Binary 1010111 1001110 10101110 110010 110111 0 100000 11110110 100110 110001

Color Harmonies of #574EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574EAE

Black with #574EAE

Text Example


Text Example

White with #574EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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