Html Css Color HEX #5347AD Rich Blue

📋 copy color: '#5347AD'

red 83 ◦ green 71 ◦ blue 173

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

Shades of Rich Blue #5347AD

Tints of Rich Blue #5347AD

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.71%

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

R = 25.38%
G = 21.71%
B = 52.91%

CMYK

 C value IS 0.52

 M value IS 0.59

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5347AD (or 0x5347AD) is known color: Rich Blue. HEX triplet: 53, 47 and AD. RGB value is (83,71,173). Sum of RGB (Red+Green+Blue) = 83+71+173=327 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.38% from 327); Green value is 71 (28.12% from 255 or 21.71% from 327); Blue value is 173 (67.97% from 255 or 52.91% from 327); Max value from RGB is 173 - color contains mainly: blue. Hex color #5347AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5347AD is #ACB852. Grayscale: #555555. Windows color (decimal): -11319379 or 11355987. OLE color: 11355987.

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

Color convert

RGB 83 71 173 -
CMYK 0.52 0.59 0 0.32
HSL 247.06º 0.42% 0.48% -
HSV(B) 247.06º 0.59% 0.68% -
XYZ 13.36 9.36 40.64 -
YUV 86.22 176.98 125.71 -
System Red Green Blue C M Y K H S L
Decimal 83 71 173 0.52 0.59 0 0.32 247.06 0.42 0.48
Hex 53 47 AD 34 3B 0 20 F7 2A 30
Octal 123 107 255 64 73 0 40 367 52 60
Binary 1010011 1000111 10101101 110100 111011 0 100000 11110111 101010 110000

Color Harmonies of #5347AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5347AD

Black with #5347AD

Text Example


Text Example

White with #5347AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,71,173); }

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

background-color css

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

 a { background-color: rgb(83,71,173); }

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

border-color css

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

 span { border-color: rgb(83,71,173); }

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