Html Css Color HEX #5159AD Rich Blue

📋 copy color: '#5159AD'

red 81 ◦ green 89 ◦ blue 173

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

Shades of Rich Blue #5159AD

Tints of Rich Blue #5159AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 50.44%

R = 23.62%
G = 25.95%
B = 50.44%

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

#5159AD (or 0x5159AD) is known color: Rich Blue. HEX triplet: 51, 59 and AD. RGB value is (81,89,173). Sum of RGB (Red+Green+Blue) = 81+89+173=343 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.62% from 343); Green value is 89 (35.16% from 255 or 25.95% from 343); Blue value is 173 (67.97% from 255 or 50.44% from 343); Max value from RGB is 173 - color contains mainly: blue. Hex color #5159AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5159AD is #AEA652. Grayscale: #5F5F5F. Windows color (decimal): -11445843 or 11360593. OLE color: 11360593.

HSL color Cylindrical-coordinate representation of color #5159AD: hue angle of 234.78º 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 #5159AD is Cyan = 0.53, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 81 89 173 -
CMYK 0.53 0.49 0 0.32
HSL 234.78º 0.36% 0.5% -
HSV(B) 234.78º 0.53% 0.68% -
XYZ 14.51 11.91 41.07 -
YUV 96.18 171.35 117.17 -
System Red Green Blue C M Y K H S L
Decimal 81 89 173 0.53 0.49 0 0.32 234.78 0.36 0.5
Hex 51 59 AD 35 31 0 20 EB 24 32
Octal 121 131 255 65 61 0 40 353 44 62
Binary 1010001 1011001 10101101 110101 110001 0 100000 11101011 100100 110010

Color Harmonies of #5159AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5159AD

Black with #5159AD

Text Example


Text Example

White with #5159AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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