Html Css Color HEX #5949AF Rich Blue

📋 copy color: '#5949AF'

red 89 ◦ green 73 ◦ blue 175

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

Shades of Rich Blue #5949AF

Tints of Rich Blue #5949AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 51.93%

R = 26.41%
G = 21.66%
B = 51.93%

CMYK

 C value IS 0.49

 M value IS 0.58

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5949AF (or 0x5949AF) is known color: Rich Blue. HEX triplet: 59, 49 and AF. RGB value is (89,73,175). Sum of RGB (Red+Green+Blue) = 89+73+175=337 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.41% from 337); Green value is 73 (28.91% from 255 or 21.66% from 337); Blue value is 175 (68.75% from 255 or 51.93% from 337); Max value from RGB is 175 - color contains mainly: blue. Hex color #5949AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5949AF is #A6B650. Grayscale: #595959. Windows color (decimal): -10925649 or 11487577. OLE color: 11487577.

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

Color convert

RGB 89 73 175 -
CMYK 0.49 0.58 0 0.31
HSL 249.41º 0.41% 0.49% -
HSV(B) 249.41º 0.58% 0.69% -
XYZ 14.24 9.98 41.73 -
YUV 89.41 176.3 127.71 -
System Red Green Blue C M Y K H S L
Decimal 89 73 175 0.49 0.58 0 0.31 249.41 0.41 0.49
Hex 59 49 AF 31 3A 0 1F F9 29 31
Octal 131 111 257 61 72 0 37 371 51 61
Binary 1011001 1001001 10101111 110001 111010 0 11111 11111001 101001 110001

Color Harmonies of #5949AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5949AF

Black with #5949AF

Text Example


Text Example

White with #5949AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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