Html Css Color HEX #5142BB Rich Blue

📋 copy color: '#5142BB'

red 81 ◦ green 66 ◦ blue 187

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

Shades of Rich Blue #5142BB

Tints of Rich Blue #5142BB

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.76%

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

R = 24.25%
G = 19.76%
B = 55.99%

CMYK

 C value IS 0.57

 M value IS 0.65

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5142BB (or 0x5142BB) is known color: Rich Blue. HEX triplet: 51, 42 and BB. RGB value is (81,66,187). Sum of RGB (Red+Green+Blue) = 81+66+187=334 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.25% from 334); Green value is 66 (26.17% from 255 or 19.76% from 334); Blue value is 187 (73.44% from 255 or 55.99% from 334); Max value from RGB is 187 - color contains mainly: blue. Hex color #5142BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5142BB is #AEBD44. Grayscale: #535353. Windows color (decimal): -11451717 or 12272209. OLE color: 12272209.

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

Color convert

RGB 81 66 187 -
CMYK 0.57 0.65 0 0.27
HSL 247.44º 0.48% 0.5% -
HSV(B) 247.44º 0.65% 0.73% -
XYZ 14.31 9.23 48.04 -
YUV 84.28 185.97 125.66 -
System Red Green Blue C M Y K H S L
Decimal 81 66 187 0.57 0.65 0 0.27 247.44 0.48 0.5
Hex 51 42 BB 39 41 0 1B F7 30 32
Octal 121 102 273 71 101 0 33 367 60 62
Binary 1010001 1000010 10111011 111001 1000001 0 11011 11110111 110000 110010

Color Harmonies of #5142BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5142BB

Black with #5142BB

Text Example


Text Example

White with #5142BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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