Html Css Color HEX #5949AD Rich Blue

📋 copy color: '#5949AD'

red 89 ◦ green 73 ◦ blue 173

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

Shades of Rich Blue #5949AD

Tints of Rich Blue #5949AD

RGB

 RED value IS 89 (35.16% from 255) = 26.57%

 GREEN value IS 73 (28.91% from 255) = 21.79%

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

R = 26.57%
G = 21.79%
B = 51.64%

CMYK

 C value IS 0.49

 M value IS 0.58

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5949AD (or 0x5949AD) is known color: Rich Blue. HEX triplet: 59, 49 and AD. RGB value is (89,73,173). Sum of RGB (Red+Green+Blue) = 89+73+173=335 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.57% from 335); Green value is 73 (28.91% from 255 or 21.79% from 335); Blue value is 173 (67.97% from 255 or 51.64% from 335); Max value from RGB is 173 - color contains mainly: blue. Hex color #5949AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5949AD is #A6B652. Grayscale: #585858. Windows color (decimal): -10925651 or 11356505. OLE color: 11356505.

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

Color convert

RGB 89 73 173 -
CMYK 0.49 0.58 0 0.32
HSL 249.6º 0.41% 0.48% -
HSV(B) 249.6º 0.58% 0.68% -
XYZ 14.05 9.91 40.71 -
YUV 89.18 175.3 127.87 -
System Red Green Blue C M Y K H S L
Decimal 89 73 173 0.49 0.58 0 0.32 249.6 0.41 0.48
Hex 59 49 AD 31 3A 0 20 FA 29 30
Octal 131 111 255 61 72 0 40 372 51 60
Binary 1011001 1001001 10101101 110001 111010 0 100000 11111010 101001 110000

Color Harmonies of #5949AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5949AD

Black with #5949AD

Text Example


Text Example

White with #5949AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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