Html Css Color HEX #504EAB Rich Blue

📋 copy color: '#504EAB'

red 80 ◦ green 78 ◦ blue 171

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

Shades of Rich Blue #504EAB

Tints of Rich Blue #504EAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 51.98%

R = 24.32%
G = 23.71%
B = 51.98%

CMYK

 C value IS 0.53

 M value IS 0.54

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#504EAB (or 0x504EAB) is known color: Rich Blue. HEX triplet: 50, 4E and AB. RGB value is (80,78,171). Sum of RGB (Red+Green+Blue) = 80+78+171=329 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.32% from 329); Green value is 78 (30.86% from 255 or 23.71% from 329); Blue value is 171 (67.19% from 255 or 51.98% from 329); Max value from RGB is 171 - color contains mainly: blue. Hex color #504EAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #504EAB is #AFB154. Grayscale: #585858. Windows color (decimal): -11514197 or 11226704. OLE color: 11226704.

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

Color convert

RGB 80 78 171 -
CMYK 0.53 0.54 0 0.33
HSL 241.29º 0.37% 0.49% -
HSV(B) 241.29º 0.54% 0.67% -
XYZ 13.38 10.09 39.77 -
YUV 89.2 174.16 121.44 -
System Red Green Blue C M Y K H S L
Decimal 80 78 171 0.53 0.54 0 0.33 241.29 0.37 0.49
Hex 50 4E AB 35 36 0 21 F1 25 31
Octal 120 116 253 65 66 0 41 361 45 61
Binary 1010000 1001110 10101011 110101 110110 0 100001 11110001 100101 110001

Color Harmonies of #504EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504EAB

Black with #504EAB

Text Example


Text Example

White with #504EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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