Html Css Color HEX #5150BB Rich Blue

📋 copy color: '#5150BB'

red 81 ◦ green 80 ◦ blue 187

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

Shades of Rich Blue #5150BB

Tints of Rich Blue #5150BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 53.74%

R = 23.28%
G = 22.99%
B = 53.74%

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

#5150BB (or 0x5150BB) is known color: Rich Blue. HEX triplet: 51, 50 and BB. RGB value is (81,80,187). Sum of RGB (Red+Green+Blue) = 81+80+187=348 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.28% from 348); Green value is 80 (31.64% from 255 or 22.99% from 348); Blue value is 187 (73.44% from 255 or 53.74% from 348); Max value from RGB is 187 - color contains mainly: blue. Hex color #5150BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5150BB is #AEAF44. Grayscale: #5C5C5C. Windows color (decimal): -11448133 or 12275793. OLE color: 12275793.

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

Color convert

RGB 81 80 187 -
CMYK 0.57 0.57 0 0.27
HSL 240.56º 0.44% 0.52% -
HSV(B) 240.56º 0.57% 0.73% -
XYZ 15.23 11.07 48.35 -
YUV 92.5 181.33 119.8 -
System Red Green Blue C M Y K H S L
Decimal 81 80 187 0.57 0.57 0 0.27 240.56 0.44 0.52
Hex 51 50 BB 39 39 0 1B F1 2C 34
Octal 121 120 273 71 71 0 33 361 54 64
Binary 1010001 1010000 10111011 111001 111001 0 11011 11110001 101100 110100

Color Harmonies of #5150BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5150BB

Black with #5150BB

Text Example


Text Example

White with #5150BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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