Html Css Color HEX #5157AB Rich Blue

📋 copy color: '#5157AB'

red 81 ◦ green 87 ◦ blue 171

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

Shades of Rich Blue #5157AB

Tints of Rich Blue #5157AB

RGB

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

 GREEN value IS 87 (34.38% from 255) = 25.66%

 BLUE value IS 171 (67.19% from 255) = 50.44%

R = 23.89%
G = 25.66%
B = 50.44%

CMYK

 C value IS 0.53

 M value IS 0.49

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5157AB (or 0x5157AB) is known color: Rich Blue. HEX triplet: 51, 57 and AB. RGB value is (81,87,171). Sum of RGB (Red+Green+Blue) = 81+87+171=339 (44% of max value = 765). Red value is 81 (32.03% from 255 or 23.89% from 339); Green value is 87 (34.38% from 255 or 25.66% from 339); Blue value is 171 (67.19% from 255 or 50.44% from 339); Max value from RGB is 171 - color contains mainly: blue. Hex color #5157AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5157AB is #AEA854. Grayscale: #5E5E5E. Windows color (decimal): -11446357 or 11229009. OLE color: 11229009.

HSL color Cylindrical-coordinate representation of color #5157AB: hue angle of 236º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5157AB is Cyan = 0.53, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 81 87 171 -
CMYK 0.53 0.49 0 0.33
HSL 236º 0.36% 0.49% -
HSV(B) 236º 0.53% 0.67% -
XYZ 14.15 11.51 40 -
YUV 94.78 171.01 118.17 -
System Red Green Blue C M Y K H S L
Decimal 81 87 171 0.53 0.49 0 0.33 236 0.36 0.49
Hex 51 57 AB 35 31 0 21 EC 24 31
Octal 121 127 253 65 61 0 41 354 44 61
Binary 1010001 1010111 10101011 110101 110001 0 100001 11101100 100100 110001

Color Harmonies of #5157AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5157AB

Black with #5157AB

Text Example


Text Example

White with #5157AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5157AB; }

 p { color: rgb(81,87,171); }

 H1.HeaderClassName
 {
   color: #5157AB;
 }
 .AnyTagClassName
 {
   color: #5157AB;
 }
</style>

background-color css

<style>
 a { background-color: #5157AB; }

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

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

border-color css

<style>
 span { border-color: #5157AB; }

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

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