Html Css Color HEX #515DAC Rich Blue

📋 copy color: '#515DAC'

red 81 ◦ green 93 ◦ blue 172

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

Shades of Rich Blue #515DAC

Tints of Rich Blue #515DAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 49.71%

R = 23.41%
G = 26.88%
B = 49.71%

CMYK

 C value IS 0.53

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#515DAC (or 0x515DAC) is known color: Rich Blue. HEX triplet: 51, 5D and AC. RGB value is (81,93,172). Sum of RGB (Red+Green+Blue) = 81+93+172=346 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.41% from 346); Green value is 93 (36.72% from 255 or 26.88% from 346); Blue value is 172 (67.58% from 255 or 49.71% from 346); Max value from RGB is 172 - color contains mainly: blue. Hex color #515DAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515DAC is #AEA253. Grayscale: #626262. Windows color (decimal): -11444820 or 11296081. OLE color: 11296081.

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

Color convert

RGB 81 93 172 -
CMYK 0.53 0.46 0 0.33
HSL 232.09º 0.36% 0.5% -
HSV(B) 232.09º 0.53% 0.67% -
XYZ 14.75 12.56 40.68 -
YUV 98.42 169.52 115.58 -
System Red Green Blue C M Y K H S L
Decimal 81 93 172 0.53 0.46 0 0.33 232.09 0.36 0.5
Hex 51 5D AC 35 2E 0 21 E8 24 32
Octal 121 135 254 65 56 0 41 350 44 62
Binary 1010001 1011101 10101100 110101 101110 0 100001 11101000 100100 110010

Color Harmonies of #515DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515DAC

Black with #515DAC

Text Example


Text Example

White with #515DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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