Html Css Color HEX #5059AD Rich Blue

📋 copy color: '#5059AD'

red 80 ◦ green 89 ◦ blue 173

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

Shades of Rich Blue #5059AD

Tints of Rich Blue #5059AD

RGB

 RED value IS 80 (31.64% from 255) = 23.39%

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

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

R = 23.39%
G = 26.02%
B = 50.58%

CMYK

 C value IS 0.54

 M value IS 0.49

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5059AD (or 0x5059AD) is known color: Rich Blue. HEX triplet: 50, 59 and AD. RGB value is (80,89,173). Sum of RGB (Red+Green+Blue) = 80+89+173=342 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.39% from 342); Green value is 89 (35.16% from 255 or 26.02% from 342); Blue value is 173 (67.97% from 255 or 50.58% from 342); Max value from RGB is 173 - color contains mainly: blue. Hex color #5059AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5059AD is #AFA652. Grayscale: #5F5F5F. Windows color (decimal): -11511379 or 11360592. OLE color: 11360592.

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

Color convert

RGB 80 89 173 -
CMYK 0.54 0.49 0 0.32
HSL 234.19º 0.37% 0.5% -
HSV(B) 234.19º 0.54% 0.68% -
XYZ 14.42 11.87 41.07 -
YUV 95.89 171.52 116.67 -
System Red Green Blue C M Y K H S L
Decimal 80 89 173 0.54 0.49 0 0.32 234.19 0.37 0.5
Hex 50 59 AD 36 31 0 20 EA 25 32
Octal 120 131 255 66 61 0 40 352 45 62
Binary 1010000 1011001 10101101 110110 110001 0 100000 11101010 100101 110010

Color Harmonies of #5059AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5059AD

Black with #5059AD

Text Example


Text Example

White with #5059AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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