Html Css Color HEX #5342AD Rich Blue

📋 copy color: '#5342AD'

red 83 ◦ green 66 ◦ blue 173

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

Shades of Rich Blue #5342AD

Tints of Rich Blue #5342AD

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.5%

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

R = 25.78%
G = 20.5%
B = 53.73%

CMYK

 C value IS 0.52

 M value IS 0.62

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5342AD (or 0x5342AD) is known color: Rich Blue. HEX triplet: 53, 42 and AD. RGB value is (83,66,173). Sum of RGB (Red+Green+Blue) = 83+66+173=322 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.78% from 322); Green value is 66 (26.17% from 255 or 20.50% from 322); Blue value is 173 (67.97% from 255 or 53.73% from 322); Max value from RGB is 173 - color contains mainly: blue. Hex color #5342AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5342AD is #ACBD52. Grayscale: #525252. Windows color (decimal): -11320659 or 11354707. OLE color: 11354707.

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

Color convert

RGB 83 66 173 -
CMYK 0.52 0.62 0 0.32
HSL 249.53º 0.45% 0.47% -
HSV(B) 249.53º 0.62% 0.68% -
XYZ 13.06 8.75 40.54 -
YUV 83.28 178.63 127.8 -
System Red Green Blue C M Y K H S L
Decimal 83 66 173 0.52 0.62 0 0.32 249.53 0.45 0.47
Hex 53 42 AD 34 3E 0 20 FA 2D 2F
Octal 123 102 255 64 76 0 40 372 55 57
Binary 1010011 1000010 10101101 110100 111110 0 100000 11111010 101101 101111

Color Harmonies of #5342AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5342AD

Black with #5342AD

Text Example


Text Example

White with #5342AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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