Html Css Color HEX #515EAE Rich Blue

📋 copy color: '#515EAE'

red 81 ◦ green 94 ◦ blue 174

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

Shades of Rich Blue #515EAE

Tints of Rich Blue #515EAE

RGB

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

 GREEN value IS 94 (37.11% from 255) = 26.93%

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

R = 23.21%
G = 26.93%
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

#515EAE (or 0x515EAE) is known color: Rich Blue. HEX triplet: 51, 5E and AE. RGB value is (81,94,174). Sum of RGB (Red+Green+Blue) = 81+94+174=349 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.21% from 349); Green value is 94 (37.11% from 255 or 26.93% from 349); Blue value is 174 (68.36% from 255 or 49.86% from 349); Max value from RGB is 174 - color contains mainly: blue. Hex color #515EAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515EAE is #AEA151. Grayscale: #626262. Windows color (decimal): -11444562 or 11427409. OLE color: 11427409.

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

Color convert

RGB 81 94 174 -
CMYK 0.53 0.46 0 0.32
HSL 231.61º 0.36% 0.5% -
HSV(B) 231.61º 0.53% 0.68% -
XYZ 15.04 12.81 41.72 -
YUV 99.23 170.19 115 -
System Red Green Blue C M Y K H S L
Decimal 81 94 174 0.53 0.46 0 0.32 231.61 0.36 0.5
Hex 51 5E AE 35 2E 0 20 E8 24 32
Octal 121 136 256 65 56 0 40 350 44 62
Binary 1010001 1011110 10101110 110101 101110 0 100000 11101000 100100 110010

Color Harmonies of #515EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515EAE

Black with #515EAE

Text Example


Text Example

White with #515EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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