#515EAD

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

Shades of Rich Blue #515EAD

Tints of Rich Blue #515EAD

Color information

#515EAD (or 0x515EAD) is unknown color: approx Rich Blue. HEX triplet: 51, 5E and AD. RGB value is (81,94,173). Sum of RGB (Red+Green+Blue) = 81+94+173=348 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.28% from 348); Green value is 94 (37.11% from 255 or 27.01% from 348); Blue value is 173 (67.97% from 255 or 49.71% from 348); Max value from RGB is 173 - color contains mainly: blue. Hex color #515EAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515EAD is #AEA152. Grayscale: #626262. Windows color (decimal): -11444563 or 11361873. OLE color: 11361873.

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

Color convert

RGB8194173-
CMYK0.530.4600.32
HSL231.52º36.22%49.8%-
HSV(B)231.52º53.18%67.84%-
XYZ14.9412.7741.21-
YUV99.12169.69115.08-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.28%
GREEN value IS 94 (37.11% from 255) = 27.01%
BLUE value IS 173 (67.97% from 255) = 49.71%
R=23.28%
G=27.01%
B=49.71%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal81941730.530.4600.32231.5236.2249.8
Hex515EAD352E020e82432
Octal12113625565560403504462
Binary1010001101111010101101110101101110010000011101000100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #515EAD;
 }
 .AnyTagClassName
 {
   color: #515EAD;
 }
</style>
background-color css

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

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

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

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

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

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