Html Css Color HEX #515DAA Rich Blue

📋 copy color: '#515DAA'

red 81 ◦ green 93 ◦ blue 170

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

Shades of Rich Blue #515DAA

Tints of Rich Blue #515DAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 49.42%

R = 23.55%
G = 27.03%
B = 49.42%

CMYK

 C value IS 0.52

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#515DAA (or 0x515DAA) is known color: Rich Blue. HEX triplet: 51, 5D and AA. RGB value is (81,93,170). Sum of RGB (Red+Green+Blue) = 81+93+170=344 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.55% from 344); Green value is 93 (36.72% from 255 or 27.03% from 344); Blue value is 170 (66.80% from 255 or 49.42% from 344); Max value from RGB is 170 - color contains mainly: blue. Hex color #515DAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515DAA is #AEA255. Grayscale: #616161. Windows color (decimal): -11444822 or 11165009. OLE color: 11165009.

HSL color Cylindrical-coordinate representation of color #515DAA: hue angle of 231.91º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #515DAA is Cyan = 0.52, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 81 93 170 -
CMYK 0.52 0.45 0 0.33
HSL 231.91º 0.35% 0.49% -
HSV(B) 231.91º 0.52% 0.67% -
XYZ 14.56 12.48 39.67 -
YUV 98.19 168.52 115.74 -
System Red Green Blue C M Y K H S L
Decimal 81 93 170 0.52 0.45 0 0.33 231.91 0.35 0.49
Hex 51 5D AA 34 2D 0 21 E8 23 31
Octal 121 135 252 64 55 0 41 350 43 61
Binary 1010001 1011101 10101010 110100 101101 0 100001 11101000 100011 110001

Color Harmonies of #515DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515DAA

Black with #515DAA

Text Example


Text Example

White with #515DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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