#5158AC

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

Shades of Rich Blue #5158AC

Tints of Rich Blue #5158AC

Color information

#5158AC (or 0x5158AC) is unknown color: approx Rich Blue. HEX triplet: 51, 58 and AC. RGB value is (81,88,172). Sum of RGB (Red+Green+Blue) = 81+88+172=341 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.75% from 341); Green value is 88 (34.77% from 255 or 25.81% from 341); Blue value is 172 (67.58% from 255 or 50.44% from 341); Max value from RGB is 172 - color contains mainly: blue. Hex color #5158AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5158AC is #AEA753. Grayscale: #5F5F5F. Windows color (decimal): -11446100 or 11294801. OLE color: 11294801.

HSL color Cylindrical-coordinate representation of color #5158AC: hue angle of 235.38º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5158AC is Cyan = 0.53, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8188172-
CMYK0.530.4900.33
HSL235.38º35.97%49.61%-
HSV(B)235.38º52.91%67.45%-
XYZ14.3311.7140.53-
YUV95.48171.18117.67-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.75%
GREEN value IS 88 (34.77% from 255) = 25.81%
BLUE value IS 172 (67.58% from 255) = 50.44%
R=23.75%
G=25.81%
B=50.44%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal81881720.530.4900.33235.3835.9749.61
Hex5158AC3531021eb2432
Octal12113025465610413534462
Binary1010001101100010101100110101110001010000111101011100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5158AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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