Html Css Color HEX #5050BA Rich Blue

📋 copy color: '#5050BA'

red 80 ◦ green 80 ◦ blue 186

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

Shades of Rich Blue #5050BA

Tints of Rich Blue #5050BA

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.12%

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

R = 23.12%
G = 23.12%
B = 53.76%

CMYK

 C value IS 0.57

 M value IS 0.57

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5050BA (or 0x5050BA) is known color: Rich Blue. HEX triplet: 50, 50 and BA. RGB value is (80,80,186). Sum of RGB (Red+Green+Blue) = 80+80+186=346 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.12% from 346); Green value is 80 (31.64% from 255 or 23.12% from 346); Blue value is 186 (73.05% from 255 or 53.76% from 346); Max value from RGB is 186 - color contains mainly: blue. Hex color #5050BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5050BA is #AFAF45. Grayscale: #5B5B5B. Windows color (decimal): -11513670 or 12210256. OLE color: 12210256.

HSL color Cylindrical-coordinate representation of color #5050BA: hue angle of 240º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5050BA is Cyan = 0.57, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 80 80 186 -
CMYK 0.57 0.57 0 0.27
HSL 240º 0.43% 0.52% -
HSV(B) 240º 0.57% 0.73% -
XYZ 15.04 10.99 47.78 -
YUV 92.08 181 119.38 -
System Red Green Blue C M Y K H S L
Decimal 80 80 186 0.57 0.57 0 0.27 240 0.43 0.52
Hex 50 50 BA 39 39 0 1B F0 2B 34
Octal 120 120 272 71 71 0 33 360 53 64
Binary 1010000 1010000 10111010 111001 111001 0 11011 11110000 101011 110100

Color Harmonies of #5050BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5050BA

Black with #5050BA

Text Example


Text Example

White with #5050BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5050BA; }

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

 H1.HeaderClassName
 {
   color: #5050BA;
 }
 .AnyTagClassName
 {
   color: #5050BA;
 }
</style>

background-color css

<style>
 a { background-color: #5050BA; }

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

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

border-color css

<style>
 span { border-color: #5050BA; }

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

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