Html Css Color HEX #5156BB Rich Blue

📋 copy color: '#5156BB'

red 81 ◦ green 86 ◦ blue 187

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

Shades of Rich Blue #5156BB

Tints of Rich Blue #5156BB

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.29%

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

R = 22.88%
G = 24.29%
B = 52.82%

CMYK

 C value IS 0.57

 M value IS 0.54

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5156BB (or 0x5156BB) is known color: Rich Blue. HEX triplet: 51, 56 and BB. RGB value is (81,86,187). Sum of RGB (Red+Green+Blue) = 81+86+187=354 (46% of max value = 765). Red value is 81 (32.03% from 255 or 22.88% from 354); Green value is 86 (33.98% from 255 or 24.29% from 354); Blue value is 187 (73.44% from 255 or 52.82% from 354); Max value from RGB is 187 - color contains mainly: blue. Hex color #5156BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5156BB is #AEA944. Grayscale: #5F5F5F. Windows color (decimal): -11446597 or 12277329. OLE color: 12277329.

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

Color convert

RGB 81 86 187 -
CMYK 0.57 0.54 0 0.27
HSL 237.17º 0.44% 0.53% -
HSV(B) 237.17º 0.57% 0.73% -
XYZ 15.69 11.99 48.5 -
YUV 96.02 179.34 117.29 -
System Red Green Blue C M Y K H S L
Decimal 81 86 187 0.57 0.54 0 0.27 237.17 0.44 0.53
Hex 51 56 BB 39 36 0 1B ED 2C 35
Octal 121 126 273 71 66 0 33 355 54 65
Binary 1010001 1010110 10111011 111001 110110 0 11011 11101101 101100 110101

Color Harmonies of #5156BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5156BB

Black with #5156BB

Text Example


Text Example

White with #5156BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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