Html Css Color HEX #504FAA Rich Blue

📋 copy color: '#504FAA'

red 80 ◦ green 79 ◦ blue 170

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

Shades of Rich Blue #504FAA

Tints of Rich Blue #504FAA

RGB

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

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

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

R = 24.32%
G = 24.01%
B = 51.67%

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

#504FAA (or 0x504FAA) is known color: Rich Blue. HEX triplet: 50, 4F and AA. RGB value is (80,79,170). Sum of RGB (Red+Green+Blue) = 80+79+170=329 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.32% from 329); Green value is 79 (31.25% from 255 or 24.01% from 329); Blue value is 170 (66.80% from 255 or 51.67% from 329); Max value from RGB is 170 - color contains mainly: blue. Hex color #504FAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #504FAA is #AFB055. Grayscale: #595959. Windows color (decimal): -11513942 or 11161424. OLE color: 11161424.

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

Color convert

RGB 80 79 170 -
CMYK 0.53 0.54 0 0.33
HSL 240.66º 0.37% 0.49% -
HSV(B) 240.66º 0.54% 0.67% -
XYZ 13.36 10.2 39.29 -
YUV 89.67 173.33 121.1 -
System Red Green Blue C M Y K H S L
Decimal 80 79 170 0.53 0.54 0 0.33 240.66 0.37 0.49
Hex 50 4F AA 35 36 0 21 F1 25 31
Octal 120 117 252 65 66 0 41 361 45 61
Binary 1010000 1001111 10101010 110101 110110 0 100001 11110001 100101 110001

Color Harmonies of #504FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504FAA

Black with #504FAA

Text Example


Text Example

White with #504FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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