Html Css Color HEX #574FAE Rich Blue

📋 copy color: '#574FAE'

red 87 ◦ green 79 ◦ blue 174

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

Shades of Rich Blue #574FAE

Tints of Rich Blue #574FAE

RGB

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

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

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

R = 25.59%
G = 23.24%
B = 51.18%

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

#574FAE (or 0x574FAE) is known color: Rich Blue. HEX triplet: 57, 4F and AE. RGB value is (87,79,174). Sum of RGB (Red+Green+Blue) = 87+79+174=340 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.59% from 340); Green value is 79 (31.25% from 255 or 23.24% from 340); Blue value is 174 (68.36% from 255 or 51.18% from 340); Max value from RGB is 174 - color contains mainly: blue. Hex color #574FAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #574FAE is #A8B051. Grayscale: #5B5B5B. Windows color (decimal): -11055186 or 11423575. OLE color: 11423575.

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

Color convert

RGB 87 79 174 -
CMYK 0.5 0.55 0 0.32
HSL 245.05º 0.38% 0.5% -
HSV(B) 245.05º 0.55% 0.68% -
XYZ 14.37 10.67 41.35 -
YUV 92.22 174.15 124.28 -
System Red Green Blue C M Y K H S L
Decimal 87 79 174 0.5 0.55 0 0.32 245.05 0.38 0.5
Hex 57 4F AE 32 37 0 20 F5 26 32
Octal 127 117 256 62 67 0 40 365 46 62
Binary 1010111 1001111 10101110 110010 110111 0 100000 11110101 100110 110010

Color Harmonies of #574FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574FAE

Black with #574FAE

Text Example


Text Example

White with #574FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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