#515FAE

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

Shades of Rich Blue #515FAE

Tints of Rich Blue #515FAE

Color information

#515FAE (or 0x515FAE) is unknown color: approx Rich Blue. HEX triplet: 51, 5F and AE. RGB value is (81,95,174). Sum of RGB (Red+Green+Blue) = 81+95+174=350 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.14% from 350); Green value is 95 (37.5% from 255 or 27.14% from 350); Blue value is 174 (68.36% from 255 or 49.71% from 350); Max value from RGB is 174 - color contains mainly: blue. Hex color #515FAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515FAE is #AEA051. Grayscale: #636363. Windows color (decimal): -11444306 or 11427665. OLE color: 11427665.

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

Color convert

RGB8195174-
CMYK0.530.4500.32
HSL230.97º36.47%50%-
HSV(B)230.97º53.45%68.24%-
XYZ15.1312.9941.75-
YUV99.82169.86114.58-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.14%
GREEN value IS 95 (37.5% from 255) = 27.14%
BLUE value IS 174 (68.36% from 255) = 49.71%
R=23.14%
G=27.14%
B=49.71%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal81951740.530.4500.32230.9736.4750
Hex515FAE352D020e72432
Octal12113725665550403474462
Binary1010001101111110101110110101101101010000011100111100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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