Html Css Color HEX #5157AA Rich Blue

📋 copy color: '#5157AA'

red 81 ◦ green 87 ◦ blue 170

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

Shades of Rich Blue #5157AA

Tints of Rich Blue #5157AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 50.3%

R = 23.96%
G = 25.74%
B = 50.3%

CMYK

 C value IS 0.52

 M value IS 0.49

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5157AA (or 0x5157AA) is known color: Rich Blue. HEX triplet: 51, 57 and AA. RGB value is (81,87,170). Sum of RGB (Red+Green+Blue) = 81+87+170=338 (44% of max value = 765). Red value is 81 (32.03% from 255 or 23.96% from 338); Green value is 87 (34.38% from 255 or 25.74% from 338); Blue value is 170 (66.80% from 255 or 50.30% from 338); Max value from RGB is 170 - color contains mainly: blue. Hex color #5157AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5157AA is #AEA855. Grayscale: #5E5E5E. Windows color (decimal): -11446358 or 11163473. OLE color: 11163473.

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

Color convert

RGB 81 87 170 -
CMYK 0.52 0.49 0 0.33
HSL 235.96º 0.35% 0.49% -
HSV(B) 235.96º 0.52% 0.67% -
XYZ 14.06 11.47 39.5 -
YUV 94.67 170.51 118.25 -
System Red Green Blue C M Y K H S L
Decimal 81 87 170 0.52 0.49 0 0.33 235.96 0.35 0.49
Hex 51 57 AA 34 31 0 21 EC 23 31
Octal 121 127 252 64 61 0 41 354 43 61
Binary 1010001 1010111 10101010 110100 110001 0 100001 11101100 100011 110001

Color Harmonies of #5157AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5157AA

Black with #5157AA

Text Example


Text Example

White with #5157AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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