Html Css Color HEX #5148BB Rich Blue

📋 copy color: '#5148BB'

red 81 ◦ green 72 ◦ blue 187

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

Shades of Rich Blue #5148BB

Tints of Rich Blue #5148BB

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.18%

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

R = 23.82%
G = 21.18%
B = 55%

CMYK

 C value IS 0.57

 M value IS 0.61

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5148BB (or 0x5148BB) is known color: Rich Blue. HEX triplet: 51, 48 and BB. RGB value is (81,72,187). Sum of RGB (Red+Green+Blue) = 81+72+187=340 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.82% from 340); Green value is 72 (28.52% from 255 or 21.18% from 340); Blue value is 187 (73.44% from 255 or 55% from 340); Max value from RGB is 187 - color contains mainly: blue. Hex color #5148BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5148BB is #AEB744. Grayscale: #575757. Windows color (decimal): -11450181 or 12273745. OLE color: 12273745.

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

Color convert

RGB 81 72 187 -
CMYK 0.57 0.61 0 0.27
HSL 244.7º 0.46% 0.51% -
HSV(B) 244.7º 0.61% 0.73% -
XYZ 14.68 9.97 48.16 -
YUV 87.8 183.98 123.15 -
System Red Green Blue C M Y K H S L
Decimal 81 72 187 0.57 0.61 0 0.27 244.7 0.46 0.51
Hex 51 48 BB 39 3D 0 1B F5 2E 33
Octal 121 110 273 71 75 0 33 365 56 63
Binary 1010001 1001000 10111011 111001 111101 0 11011 11110101 101110 110011

Color Harmonies of #5148BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5148BB

Black with #5148BB

Text Example


Text Example

White with #5148BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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