Html Css Color HEX #515DAE Rich Blue

📋 copy color: '#515DAE'

red 81 ◦ green 93 ◦ blue 174

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

Shades of Rich Blue #515DAE

Tints of Rich Blue #515DAE

RGB

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

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

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

R = 23.28%
G = 26.72%
B = 50%

CMYK

 C value IS 0.53

 M value IS 0.47

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#515DAE (or 0x515DAE) is known color: Rich Blue. HEX triplet: 51, 5D and AE. RGB value is (81,93,174). Sum of RGB (Red+Green+Blue) = 81+93+174=348 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.28% from 348); Green value is 93 (36.72% from 255 or 26.72% from 348); Blue value is 174 (68.36% from 255 or 50% from 348); Max value from RGB is 174 - color contains mainly: blue. Hex color #515DAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515DAE is #AEA251. Grayscale: #626262. Windows color (decimal): -11444818 or 11427153. OLE color: 11427153.

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

Color convert

RGB 81 93 174 -
CMYK 0.53 0.47 0 0.32
HSL 232.26º 0.36% 0.5% -
HSV(B) 232.26º 0.53% 0.68% -
XYZ 14.95 12.63 41.7 -
YUV 98.65 170.52 115.41 -
System Red Green Blue C M Y K H S L
Decimal 81 93 174 0.53 0.47 0 0.32 232.26 0.36 0.5
Hex 51 5D AE 35 2F 0 20 E8 24 32
Octal 121 135 256 65 57 0 40 350 44 62
Binary 1010001 1011101 10101110 110101 101111 0 100000 11101000 100100 110010

Color Harmonies of #515DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515DAE

Black with #515DAE

Text Example


Text Example

White with #515DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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