Html Css Color HEX #504FAC Rich Blue

📋 copy color: '#504FAC'

red 80 ◦ green 79 ◦ blue 172

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

Shades of Rich Blue #504FAC

Tints of Rich Blue #504FAC

RGB

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

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

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

R = 24.17%
G = 23.87%
B = 51.96%

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

#504FAC (or 0x504FAC) is known color: Rich Blue. HEX triplet: 50, 4F and AC. RGB value is (80,79,172). Sum of RGB (Red+Green+Blue) = 80+79+172=331 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.17% from 331); Green value is 79 (31.25% from 255 or 23.87% from 331); Blue value is 172 (67.58% from 255 or 51.96% from 331); Max value from RGB is 172 - color contains mainly: blue. Hex color #504FAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #504FAC is #AFB053. Grayscale: #595959. Windows color (decimal): -11513940 or 11292496. OLE color: 11292496.

HSL color Cylindrical-coordinate representation of color #504FAC: hue angle of 240.65º 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 #504FAC is Cyan = 0.53, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 80 79 172 -
CMYK 0.53 0.54 0 0.33
HSL 240.65º 0.37% 0.49% -
HSV(B) 240.65º 0.54% 0.67% -
XYZ 13.55 10.28 40.3 -
YUV 89.9 174.33 120.94 -
System Red Green Blue C M Y K H S L
Decimal 80 79 172 0.53 0.54 0 0.33 240.65 0.37 0.49
Hex 50 4F AC 35 36 0 21 F1 25 31
Octal 120 117 254 65 66 0 41 361 45 61
Binary 1010000 1001111 10101100 110101 110110 0 100001 11110001 100101 110001

Color Harmonies of #504FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504FAC

Black with #504FAC

Text Example


Text Example

White with #504FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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