Html Css Color HEX #5159BB Rich Blue

📋 copy color: '#5159BB'

red 81 ◦ green 89 ◦ blue 187

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

Shades of Rich Blue #5159BB

Tints of Rich Blue #5159BB

RGB

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

 GREEN value IS 89 (35.16% from 255) = 24.93%

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

R = 22.69%
G = 24.93%
B = 52.38%

CMYK

 C value IS 0.57

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5159BB (or 0x5159BB) is known color: Rich Blue. HEX triplet: 51, 59 and BB. RGB value is (81,89,187). Sum of RGB (Red+Green+Blue) = 81+89+187=357 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.69% from 357); Green value is 89 (35.16% from 255 or 24.93% from 357); Blue value is 187 (73.44% from 255 or 52.38% from 357); Max value from RGB is 187 - color contains mainly: blue. Hex color #5159BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5159BB is #AEA644. Grayscale: #616161. Windows color (decimal): -11445829 or 12278097. OLE color: 12278097.

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

Color convert

RGB 81 89 187 -
CMYK 0.57 0.52 0 0.27
HSL 235.47º 0.44% 0.53% -
HSV(B) 235.47º 0.57% 0.73% -
XYZ 15.94 12.48 48.58 -
YUV 97.78 178.35 116.03 -
System Red Green Blue C M Y K H S L
Decimal 81 89 187 0.57 0.52 0 0.27 235.47 0.44 0.53
Hex 51 59 BB 39 34 0 1B EB 2C 35
Octal 121 131 273 71 64 0 33 353 54 65
Binary 1010001 1011001 10111011 111001 110100 0 11011 11101011 101100 110101

Color Harmonies of #5159BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5159BB

Black with #5159BB

Text Example


Text Example

White with #5159BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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