Html Css Color HEX #505DAD Rich Blue

📋 copy color: '#505DAD'

red 80 ◦ green 93 ◦ blue 173

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

Shades of Rich Blue #505DAD

Tints of Rich Blue #505DAD

RGB

 RED value IS 80 (31.64% from 255) = 23.12%

 GREEN value IS 93 (36.72% from 255) = 26.88%

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

R = 23.12%
G = 26.88%
B = 50%

CMYK

 C value IS 0.54

 M value IS 0.46

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#505DAD (or 0x505DAD) is known color: Rich Blue. HEX triplet: 50, 5D and AD. RGB value is (80,93,173). Sum of RGB (Red+Green+Blue) = 80+93+173=346 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.12% from 346); Green value is 93 (36.72% from 255 or 26.88% from 346); Blue value is 173 (67.97% from 255 or 50% from 346); Max value from RGB is 173 - color contains mainly: blue. Hex color #505DAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505DAD is #AFA252. Grayscale: #616161. Windows color (decimal): -11510355 or 11361616. OLE color: 11361616.

HSL color Cylindrical-coordinate representation of color #505DAD: hue angle of 231.61º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #505DAD is Cyan = 0.54, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 80 93 173 -
CMYK 0.54 0.46 0 0.32
HSL 231.61º 0.37% 0.5% -
HSV(B) 231.61º 0.54% 0.68% -
XYZ 14.77 12.55 41.18 -
YUV 98.23 170.19 115 -
System Red Green Blue C M Y K H S L
Decimal 80 93 173 0.54 0.46 0 0.32 231.61 0.37 0.5
Hex 50 5D AD 36 2E 0 20 E8 25 32
Octal 120 135 255 66 56 0 40 350 45 62
Binary 1010000 1011101 10101101 110110 101110 0 100000 11101000 100101 110010

Color Harmonies of #505DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505DAD

Black with #505DAD

Text Example


Text Example

White with #505DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505DAD; }

 p { color: rgb(80,93,173); }

 H1.HeaderClassName
 {
   color: #505DAD;
 }
 .AnyTagClassName
 {
   color: #505DAD;
 }
</style>

background-color css

<style>
 a { background-color: #505DAD; }

 a { background-color: rgb(80,93,173); }

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

border-color css

<style>
 span { border-color: #505DAD; }

 span { border-color: rgb(80,93,173); }

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