Html Css Color HEX #5349AA Rich Blue

📋 copy color: '#5349AA'

red 83 ◦ green 73 ◦ blue 170

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

Shades of Rich Blue #5349AA

Tints of Rich Blue #5349AA

RGB

 RED value IS 83 (32.81% from 255) = 25.46%

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

 BLUE value IS 170 (66.8% from 255) = 52.15%

R = 25.46%
G = 22.39%
B = 52.15%

CMYK

 C value IS 0.51

 M value IS 0.57

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5349AA (or 0x5349AA) is known color: Rich Blue. HEX triplet: 53, 49 and AA. RGB value is (83,73,170). Sum of RGB (Red+Green+Blue) = 83+73+170=326 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.46% from 326); Green value is 73 (28.91% from 255 or 22.39% from 326); Blue value is 170 (66.80% from 255 or 52.15% from 326); Max value from RGB is 170 - color contains mainly: blue. Hex color #5349AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5349AA is #ACB655. Grayscale: #565656. Windows color (decimal): -11318870 or 11159891. OLE color: 11159891.

HSL color Cylindrical-coordinate representation of color #5349AA: hue angle of 246.19º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5349AA is Cyan = 0.51, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 83 73 170 -
CMYK 0.51 0.57 0 0.33
HSL 246.19º 0.4% 0.48% -
HSV(B) 246.19º 0.57% 0.67% -
XYZ 13.21 9.51 39.17 -
YUV 87.05 174.81 125.11 -
System Red Green Blue C M Y K H S L
Decimal 83 73 170 0.51 0.57 0 0.33 246.19 0.4 0.48
Hex 53 49 AA 33 39 0 21 F6 28 30
Octal 123 111 252 63 71 0 41 366 50 60
Binary 1010011 1001001 10101010 110011 111001 0 100001 11110110 101000 110000

Color Harmonies of #5349AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5349AA

Black with #5349AA

Text Example


Text Example

White with #5349AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5349AA; }

 p { color: rgb(83,73,170); }

 H1.HeaderClassName
 {
   color: #5349AA;
 }
 .AnyTagClassName
 {
   color: #5349AA;
 }
</style>

background-color css

<style>
 a { background-color: #5349AA; }

 a { background-color: rgb(83,73,170); }

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

border-color css

<style>
 span { border-color: #5349AA; }

 span { border-color: rgb(83,73,170); }

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