Html Css Color HEX #5150BA Rich Blue

📋 copy color: '#5150BA'

red 81 ◦ green 80 ◦ blue 186

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

Shades of Rich Blue #5150BA

Tints of Rich Blue #5150BA

RGB

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

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

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

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

CMYK

 C value IS 0.56

 M value IS 0.57

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5150BA (or 0x5150BA) is known color: Rich Blue. HEX triplet: 51, 50 and BA. RGB value is (81,80,186). Sum of RGB (Red+Green+Blue) = 81+80+186=347 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.34% from 347); Green value is 80 (31.64% from 255 or 23.05% 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 #5150BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5150BA is #AEAF45. Grayscale: #5B5B5B. Windows color (decimal): -11448134 or 12210257. OLE color: 12210257.

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

Color convert

RGB 81 80 186 -
CMYK 0.56 0.57 0 0.27
HSL 240.57º 0.43% 0.52% -
HSV(B) 240.57º 0.57% 0.73% -
XYZ 15.12 11.03 47.79 -
YUV 92.38 180.83 119.88 -
System Red Green Blue C M Y K H S L
Decimal 81 80 186 0.56 0.57 0 0.27 240.57 0.43 0.52
Hex 51 50 BA 38 39 0 1B F1 2B 34
Octal 121 120 272 70 71 0 33 361 53 64
Binary 1010001 1010000 10111010 111000 111001 0 11011 11110001 101011 110100

Color Harmonies of #5150BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5150BA

Black with #5150BA

Text Example


Text Example

White with #5150BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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