Html Css Color HEX #504EAC Rich Blue

📋 copy color: '#504EAC'

red 80 ◦ green 78 ◦ blue 172

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

Shades of Rich Blue #504EAC

Tints of Rich Blue #504EAC

RGB

 RED value IS 80 (31.64% from 255) = 24.24%

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

 BLUE value IS 172 (67.58% from 255) = 52.12%

R = 24.24%
G = 23.64%
B = 52.12%

CMYK

 C value IS 0.53

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#504EAC (or 0x504EAC) is known color: Rich Blue. HEX triplet: 50, 4E and AC. RGB value is (80,78,172). Sum of RGB (Red+Green+Blue) = 80+78+172=330 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.24% from 330); Green value is 78 (30.86% from 255 or 23.64% from 330); Blue value is 172 (67.58% from 255 or 52.12% from 330); Max value from RGB is 172 - color contains mainly: blue. Hex color #504EAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #504EAC is #AFB153. Grayscale: #585858. Windows color (decimal): -11514196 or 11292240. OLE color: 11292240.

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

Color convert

RGB 80 78 172 -
CMYK 0.53 0.55 0 0.33
HSL 241.28º 0.38% 0.49% -
HSV(B) 241.28º 0.55% 0.67% -
XYZ 13.48 10.13 40.28 -
YUV 89.31 174.66 121.36 -
System Red Green Blue C M Y K H S L
Decimal 80 78 172 0.53 0.55 0 0.33 241.28 0.38 0.49
Hex 50 4E AC 35 37 0 21 F1 26 31
Octal 120 116 254 65 67 0 41 361 46 61
Binary 1010000 1001110 10101100 110101 110111 0 100001 11110001 100110 110001

Color Harmonies of #504EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504EAC

Black with #504EAC

Text Example


Text Example

White with #504EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504EAC; }

 p { color: rgb(80,78,172); }

 H1.HeaderClassName
 {
   color: #504EAC;
 }
 .AnyTagClassName
 {
   color: #504EAC;
 }
</style>

background-color css

<style>
 a { background-color: #504EAC; }

 a { background-color: rgb(80,78,172); }

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

border-color css

<style>
 span { border-color: #504EAC; }

 span { border-color: rgb(80,78,172); }

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