Html Css Color HEX #5151BB Rich Blue

📋 copy color: '#5151BB'

red 81 ◦ green 81 ◦ blue 187

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

Shades of Rich Blue #5151BB

Tints of Rich Blue #5151BB

RGB

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

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

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

R = 23.21%
G = 23.21%
B = 53.58%

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

#5151BB (or 0x5151BB) is known color: Rich Blue. HEX triplet: 51, 51 and BB. RGB value is (81,81,187). Sum of RGB (Red+Green+Blue) = 81+81+187=349 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.21% from 349); Green value is 81 (32.03% from 255 or 23.21% from 349); Blue value is 187 (73.44% from 255 or 53.58% from 349); Max value from RGB is 187 - color contains mainly: blue. Hex color #5151BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5151BB is #AEAE44. Grayscale: #5C5C5C. Windows color (decimal): -11447877 or 12276049. OLE color: 12276049.

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

Color convert

RGB 81 81 187 -
CMYK 0.57 0.57 0 0.27
HSL 240º 0.44% 0.53% -
HSV(B) 240º 0.57% 0.73% -
XYZ 15.31 11.22 48.37 -
YUV 93.08 181 119.38 -
System Red Green Blue C M Y K H S L
Decimal 81 81 187 0.57 0.57 0 0.27 240 0.44 0.53
Hex 51 51 BB 39 39 0 1B F0 2C 35
Octal 121 121 273 71 71 0 33 360 54 65
Binary 1010001 1010001 10111011 111001 111001 0 11011 11110000 101100 110101

Color Harmonies of #5151BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5151BB

Black with #5151BB

Text Example


Text Example

White with #5151BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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