Html Css Color HEX #504ABA Rich Blue

📋 copy color: '#504ABA'

red 80 ◦ green 74 ◦ blue 186

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

Shades of Rich Blue #504ABA

Tints of Rich Blue #504ABA

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.76%

 BLUE value IS 186 (73.05% from 255) = 54.71%

R = 23.53%
G = 21.76%
B = 54.71%

CMYK

 C value IS 0.57

 M value IS 0.60

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#504ABA (or 0x504ABA) is known color: Rich Blue. HEX triplet: 50, 4A and BA. RGB value is (80,74,186). Sum of RGB (Red+Green+Blue) = 80+74+186=340 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.53% from 340); Green value is 74 (29.30% from 255 or 21.76% from 340); Blue value is 186 (73.05% from 255 or 54.71% from 340); Max value from RGB is 186 - color contains mainly: blue. Hex color #504ABA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #504ABA is #AFB545. Grayscale: #585858. Windows color (decimal): -11515206 or 12208720. OLE color: 12208720.

HSL color Cylindrical-coordinate representation of color #504ABA: hue angle of 243.21º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #504ABA is Cyan = 0.57, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 80 74 186 -
CMYK 0.57 0.60 0 0.27
HSL 243.21º 0.45% 0.51% -
HSV(B) 243.21º 0.6% 0.73% -
XYZ 14.62 10.15 47.64 -
YUV 88.56 182.99 121.89 -
System Red Green Blue C M Y K H S L
Decimal 80 74 186 0.57 0.60 0 0.27 243.21 0.45 0.51
Hex 50 4A BA 39 3C 0 1B F3 2D 33
Octal 120 112 272 71 74 0 33 363 55 63
Binary 1010000 1001010 10111010 111001 111100 0 11011 11110011 101101 110011

Color Harmonies of #504ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504ABA

Black with #504ABA

Text Example


Text Example

White with #504ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,74,186); }

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

background-color css

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

 a { background-color: rgb(80,74,186); }

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

border-color css

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

 span { border-color: rgb(80,74,186); }

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