#515DAE

Color #515DAE Rich Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Blue #515DAE

Tints of Rich Blue #515DAE

Color information

#515DAE (or 0x515DAE) is unknown color: approx 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

RGB8193174-
CMYK0.530.4700.32
HSL232.26º36.47%50%-
HSV(B)232.26º53.45%68.24%-
XYZ14.9512.6341.7-
YUV98.65170.52115.41-

RGB Variations

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

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 (Cyan) values IS 0.53
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal81931740.530.4700.32232.2636.4750
Hex515DAE352F020e82432
Octal12113525665570403504462
Binary1010001101110110101110110101101111010000011101000100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>