Html Css Color HEX #574CAA Rich Blue

📋 copy color: '#574CAA'

red 87 ◦ green 76 ◦ blue 170

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

Shades of Rich Blue #574CAA

Tints of Rich Blue #574CAA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.82%

 BLUE value IS 170 (66.8% from 255) = 51.05%

R = 26.13%
G = 22.82%
B = 51.05%

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

#574CAA (or 0x574CAA) is known color: Rich Blue. HEX triplet: 57, 4C and AA. RGB value is (87,76,170). Sum of RGB (Red+Green+Blue) = 87+76+170=333 (44% of max value = 765). Red value is 87 (34.38% from 255 or 26.13% from 333); Green value is 76 (30.08% from 255 or 22.82% from 333); Blue value is 170 (66.80% from 255 or 51.05% from 333); Max value from RGB is 170 - color contains mainly: blue. Hex color #574CAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #574CAA is #A8B355. Grayscale: #595959. Windows color (decimal): -11055958 or 11160663. OLE color: 11160663.

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

Color convert

RGB 87 76 170 -
CMYK 0.49 0.55 0 0.33
HSL 247.02º 0.38% 0.48% -
HSV(B) 247.02º 0.55% 0.67% -
XYZ 13.77 10.1 39.25 -
YUV 90.01 173.14 125.86 -
System Red Green Blue C M Y K H S L
Decimal 87 76 170 0.49 0.55 0 0.33 247.02 0.38 0.48
Hex 57 4C AA 31 37 0 21 F7 26 30
Octal 127 114 252 61 67 0 41 367 46 60
Binary 1010111 1001100 10101010 110001 110111 0 100001 11110111 100110 110000

Color Harmonies of #574CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574CAA

Black with #574CAA

Text Example


Text Example

White with #574CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,76,170); }

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

background-color css

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

 a { background-color: rgb(87,76,170); }

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

border-color css

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

 span { border-color: rgb(87,76,170); }

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