Html Css Color HEX #515BAE Rich Blue

📋 copy color: '#515BAE'

red 81 ◦ green 91 ◦ blue 174

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

Shades of Rich Blue #515BAE

Tints of Rich Blue #515BAE

RGB

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

 GREEN value IS 91 (35.94% from 255) = 26.3%

 BLUE value IS 174 (68.36% from 255) = 50.29%

R = 23.41%
G = 26.3%
B = 50.29%

CMYK

 C value IS 0.53

 M value IS 0.48

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#515BAE (or 0x515BAE) is known color: Rich Blue. HEX triplet: 51, 5B and AE. RGB value is (81,91,174). Sum of RGB (Red+Green+Blue) = 81+91+174=346 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.41% from 346); Green value is 91 (35.94% from 255 or 26.30% from 346); Blue value is 174 (68.36% from 255 or 50.29% from 346); Max value from RGB is 174 - color contains mainly: blue. Hex color #515BAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515BAE is #AEA451. Grayscale: #616161. Windows color (decimal): -11445330 or 11426641. OLE color: 11426641.

HSL color Cylindrical-coordinate representation of color #515BAE: hue angle of 233.55º 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 #515BAE is Cyan = 0.53, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 81 91 174 -
CMYK 0.53 0.48 0 0.32
HSL 233.55º 0.36% 0.5% -
HSV(B) 233.55º 0.53% 0.68% -
XYZ 14.77 12.29 41.64 -
YUV 97.47 171.19 116.25 -
System Red Green Blue C M Y K H S L
Decimal 81 91 174 0.53 0.48 0 0.32 233.55 0.36 0.5
Hex 51 5B AE 35 30 0 20 EA 24 32
Octal 121 133 256 65 60 0 40 352 44 62
Binary 1010001 1011011 10101110 110101 110000 0 100000 11101010 100100 110010

Color Harmonies of #515BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515BAE

Black with #515BAE

Text Example


Text Example

White with #515BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,91,174); }

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

background-color css

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

 a { background-color: rgb(81,91,174); }

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

border-color css

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

 span { border-color: rgb(81,91,174); }

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