Html Css Color HEX #5159AA Rich Blue

📋 copy color: '#5159AA'

red 81 ◦ green 89 ◦ blue 170

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

Shades of Rich Blue #5159AA

Tints of Rich Blue #5159AA

RGB

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

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

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

R = 23.82%
G = 26.18%
B = 50%

CMYK

 C value IS 0.52

 M value IS 0.48

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5159AA (or 0x5159AA) is known color: Rich Blue. HEX triplet: 51, 59 and AA. RGB value is (81,89,170). Sum of RGB (Red+Green+Blue) = 81+89+170=340 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.82% from 340); Green value is 89 (35.16% from 255 or 26.18% from 340); Blue value is 170 (66.80% from 255 or 50% from 340); Max value from RGB is 170 - color contains mainly: blue. Hex color #5159AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5159AA is #AEA655. Grayscale: #5F5F5F. Windows color (decimal): -11445846 or 11163985. OLE color: 11163985.

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

Color convert

RGB 81 89 170 -
CMYK 0.52 0.48 0 0.33
HSL 234.61º 0.35% 0.49% -
HSV(B) 234.61º 0.52% 0.67% -
XYZ 14.22 11.8 39.56 -
YUV 95.84 169.85 117.41 -
System Red Green Blue C M Y K H S L
Decimal 81 89 170 0.52 0.48 0 0.33 234.61 0.35 0.49
Hex 51 59 AA 34 30 0 21 EB 23 31
Octal 121 131 252 64 60 0 41 353 43 61
Binary 1010001 1011001 10101010 110100 110000 0 100001 11101011 100011 110001

Color Harmonies of #5159AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5159AA

Black with #5159AA

Text Example


Text Example

White with #5159AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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