Html Css Color HEX #5051BA Rich Blue

📋 copy color: '#5051BA'

red 80 ◦ green 81 ◦ blue 186

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

Shades of Rich Blue #5051BA

Tints of Rich Blue #5051BA

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.34%

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

R = 23.05%
G = 23.34%
B = 53.6%

CMYK

 C value IS 0.57

 M value IS 0.56

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5051BA (or 0x5051BA) is known color: Rich Blue. HEX triplet: 50, 51 and BA. RGB value is (80,81,186). Sum of RGB (Red+Green+Blue) = 80+81+186=347 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.05% from 347); Green value is 81 (32.03% from 255 or 23.34% from 347); Blue value is 186 (73.05% from 255 or 53.60% from 347); Max value from RGB is 186 - color contains mainly: blue. Hex color #5051BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5051BA is #AFAE45. Grayscale: #5C5C5C. Windows color (decimal): -11513414 or 12210512. OLE color: 12210512.

HSL color Cylindrical-coordinate representation of color #5051BA: hue angle of 239.43º 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 #5051BA is Cyan = 0.57, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 80 81 186 -
CMYK 0.57 0.56 0 0.27
HSL 239.43º 0.43% 0.52% -
HSV(B) 239.43º 0.57% 0.73% -
XYZ 15.11 11.14 47.81 -
YUV 92.67 180.67 118.96 -
System Red Green Blue C M Y K H S L
Decimal 80 81 186 0.57 0.56 0 0.27 239.43 0.43 0.52
Hex 50 51 BA 39 38 0 1B EF 2B 34
Octal 120 121 272 71 70 0 33 357 53 64
Binary 1010000 1010001 10111010 111001 111000 0 11011 11101111 101011 110100

Color Harmonies of #5051BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5051BA

Black with #5051BA

Text Example


Text Example

White with #5051BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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