Html Css Color HEX #515DAD Rich Blue

📋 copy color: '#515DAD'

red 81 ◦ green 93 ◦ blue 173

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

Shades of Rich Blue #515DAD

Tints of Rich Blue #515DAD

RGB

 RED value IS 81 (32.03% from 255) = 23.34%

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

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

R = 23.34%
G = 26.8%
B = 49.86%

CMYK

 C value IS 0.53

 M value IS 0.46

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#515DAD (or 0x515DAD) is known color: Rich Blue. HEX triplet: 51, 5D and AD. RGB value is (81,93,173). Sum of RGB (Red+Green+Blue) = 81+93+173=347 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.34% from 347); Green value is 93 (36.72% from 255 or 26.80% from 347); Blue value is 173 (67.97% from 255 or 49.86% from 347); Max value from RGB is 173 - color contains mainly: blue. Hex color #515DAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515DAD is #AEA252. Grayscale: #626262. Windows color (decimal): -11444819 or 11361617. OLE color: 11361617.

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

Color convert

RGB 81 93 173 -
CMYK 0.53 0.46 0 0.32
HSL 232.17º 0.36% 0.5% -
HSV(B) 232.17º 0.53% 0.68% -
XYZ 14.85 12.6 41.18 -
YUV 98.53 170.02 115.5 -
System Red Green Blue C M Y K H S L
Decimal 81 93 173 0.53 0.46 0 0.32 232.17 0.36 0.5
Hex 51 5D AD 35 2E 0 20 E8 24 32
Octal 121 135 255 65 56 0 40 350 44 62
Binary 1010001 1011101 10101101 110101 101110 0 100000 11101000 100100 110010

Color Harmonies of #515DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515DAD

Black with #515DAD

Text Example


Text Example

White with #515DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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