Html Css Color HEX #5343AD Rich Blue

📋 copy color: '#5343AD'

red 83 ◦ green 67 ◦ blue 173

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

Shades of Rich Blue #5343AD

Tints of Rich Blue #5343AD

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.74%

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

R = 25.7%
G = 20.74%
B = 53.56%

CMYK

 C value IS 0.52

 M value IS 0.61

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5343AD (or 0x5343AD) is known color: Rich Blue. HEX triplet: 53, 43 and AD. RGB value is (83,67,173). Sum of RGB (Red+Green+Blue) = 83+67+173=323 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.70% from 323); Green value is 67 (26.56% from 255 or 20.74% from 323); Blue value is 173 (67.97% from 255 or 53.56% from 323); Max value from RGB is 173 - color contains mainly: blue. Hex color #5343AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5343AD is #ACBC52. Grayscale: #535353. Windows color (decimal): -11320403 or 11354963. OLE color: 11354963.

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

Color convert

RGB 83 67 173 -
CMYK 0.52 0.61 0 0.32
HSL 249.06º 0.44% 0.47% -
HSV(B) 249.06º 0.61% 0.68% -
XYZ 13.12 8.87 40.56 -
YUV 83.87 178.3 127.38 -
System Red Green Blue C M Y K H S L
Decimal 83 67 173 0.52 0.61 0 0.32 249.06 0.44 0.47
Hex 53 43 AD 34 3D 0 20 F9 2C 2F
Octal 123 103 255 64 75 0 40 371 54 57
Binary 1010011 1000011 10101101 110100 111101 0 100000 11111001 101100 101111

Color Harmonies of #5343AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5343AD

Black with #5343AD

Text Example


Text Example

White with #5343AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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