Html Css Color HEX #504CAC Rich Blue

📋 copy color: '#504CAC'

red 80 ◦ green 76 ◦ blue 172

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

Shades of Rich Blue #504CAC

Tints of Rich Blue #504CAC

RGB

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

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

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

R = 24.39%
G = 23.17%
B = 52.44%

CMYK

 C value IS 0.53

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#504CAC (or 0x504CAC) is known color: Rich Blue. HEX triplet: 50, 4C and AC. RGB value is (80,76,172). Sum of RGB (Red+Green+Blue) = 80+76+172=328 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.39% from 328); Green value is 76 (30.08% from 255 or 23.17% from 328); Blue value is 172 (67.58% from 255 or 52.44% from 328); Max value from RGB is 172 - color contains mainly: blue. Hex color #504CAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #504CAC is #AFB353. Grayscale: #575757. Windows color (decimal): -11514708 or 11291728. OLE color: 11291728.

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

Color convert

RGB 80 76 172 -
CMYK 0.53 0.56 0 0.33
HSL 242.5º 0.39% 0.49% -
HSV(B) 242.5º 0.56% 0.67% -
XYZ 13.34 9.85 40.23 -
YUV 88.14 175.33 122.19 -
System Red Green Blue C M Y K H S L
Decimal 80 76 172 0.53 0.56 0 0.33 242.5 0.39 0.49
Hex 50 4C AC 35 38 0 21 F2 27 31
Octal 120 114 254 65 70 0 41 362 47 61
Binary 1010000 1001100 10101100 110101 111000 0 100001 11110010 100111 110001

Color Harmonies of #504CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504CAC

Black with #504CAC

Text Example


Text Example

White with #504CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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