Html Css Color HEX #574AB7 Rich Blue

📋 copy color: '#574AB7'

red 87 ◦ green 74 ◦ blue 183

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

Shades of Rich Blue #574AB7

Tints of Rich Blue #574AB7

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.51%

 BLUE value IS 183 (71.88% from 255) = 53.2%

R = 25.29%
G = 21.51%
B = 53.2%

CMYK

 C value IS 0.52

 M value IS 0.60

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#574AB7 (or 0x574AB7) is known color: Rich Blue. HEX triplet: 57, 4A and B7. RGB value is (87,74,183). Sum of RGB (Red+Green+Blue) = 87+74+183=344 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.29% from 344); Green value is 74 (29.30% from 255 or 21.51% from 344); Blue value is 183 (71.88% from 255 or 53.20% from 344); Max value from RGB is 183 - color contains mainly: blue. Hex color #574AB7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #574AB7 is #A8B548. Grayscale: #595959. Windows color (decimal): -11056457 or 12012119. OLE color: 12012119.

HSL color Cylindrical-coordinate representation of color #574AB7: hue angle of 247.16º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #574AB7 is Cyan = 0.52, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 87 74 183 -
CMYK 0.52 0.60 0 0.28
HSL 247.16º 0.43% 0.5% -
HSV(B) 247.16º 0.6% 0.72% -
XYZ 14.93 10.34 46.01 -
YUV 90.31 180.31 125.64 -
System Red Green Blue C M Y K H S L
Decimal 87 74 183 0.52 0.60 0 0.28 247.16 0.43 0.5
Hex 57 4A B7 34 3C 0 1C F7 2B 32
Octal 127 112 267 64 74 0 34 367 53 62
Binary 1010111 1001010 10110111 110100 111100 0 11100 11110111 101011 110010

Color Harmonies of #574AB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574AB7

Black with #574AB7

Text Example


Text Example

White with #574AB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,74,183); }

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

background-color css

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

 a { background-color: rgb(87,74,183); }

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

border-color css

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

 span { border-color: rgb(87,74,183); }

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