Html Css Color HEX #5159AE Rich Blue

📋 copy color: '#5159AE'

red 81 ◦ green 89 ◦ blue 174

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

Shades of Rich Blue #5159AE

Tints of Rich Blue #5159AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 50.58%

R = 23.55%
G = 25.87%
B = 50.58%

CMYK

 C value IS 0.53

 M value IS 0.49

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5159AE (or 0x5159AE) is known color: Rich Blue. HEX triplet: 51, 59 and AE. RGB value is (81,89,174). Sum of RGB (Red+Green+Blue) = 81+89+174=344 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.55% from 344); Green value is 89 (35.16% from 255 or 25.87% from 344); Blue value is 174 (68.36% from 255 or 50.58% from 344); Max value from RGB is 174 - color contains mainly: blue. Hex color #5159AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5159AE is #AEA651. Grayscale: #5F5F5F. Windows color (decimal): -11445842 or 11426129. OLE color: 11426129.

HSL color Cylindrical-coordinate representation of color #5159AE: hue angle of 234.84º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5159AE is Cyan = 0.53, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 81 89 174 -
CMYK 0.53 0.49 0 0.32
HSL 234.84º 0.36% 0.5% -
HSV(B) 234.84º 0.53% 0.68% -
XYZ 14.61 11.95 41.58 -
YUV 96.3 171.85 117.09 -
System Red Green Blue C M Y K H S L
Decimal 81 89 174 0.53 0.49 0 0.32 234.84 0.36 0.5
Hex 51 59 AE 35 31 0 20 EB 24 32
Octal 121 131 256 65 61 0 40 353 44 62
Binary 1010001 1011001 10101110 110101 110001 0 100000 11101011 100100 110010

Color Harmonies of #5159AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5159AE

Black with #5159AE

Text Example


Text Example

White with #5159AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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