#5158AE

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

Shades of Rich Blue #5158AE

Tints of Rich Blue #5158AE

Color information

#5158AE (or 0x5158AE) is unknown color: approx Rich Blue. HEX triplet: 51, 58 and AE. RGB value is (81,88,174). Sum of RGB (Red+Green+Blue) = 81+88+174=343 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.62% from 343); Green value is 88 (34.77% from 255 or 25.66% from 343); Blue value is 174 (68.36% from 255 or 50.73% from 343); Max value from RGB is 174 - color contains mainly: blue. Hex color #5158AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5158AE is #AEA751. Grayscale: #5F5F5F. Windows color (decimal): -11446098 or 11425873. OLE color: 11425873.

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

Color convert

RGB8188174-
CMYK0.530.4900.32
HSL235.48º36.47%50%-
HSV(B)235.48º53.45%68.24%-
XYZ14.5211.7841.55-
YUV95.71172.18117.51-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.62%
GREEN value IS 88 (34.77% from 255) = 25.66%
BLUE value IS 174 (68.36% from 255) = 50.73%
R=23.62%
G=25.66%
B=50.73%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal81881740.530.4900.32235.4836.4750
Hex5158AE3531020eb2432
Octal12113025665610403534462
Binary1010001101100010101110110101110001010000011101011100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5158AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5158AE; }

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

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

<style>
 a { background-color: #5158AE; }

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

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

<style>
 span { border-color: #5158AE; }

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

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