#5155AE

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

Shades of Rich Blue #5155AE

Tints of Rich Blue #5155AE

Color information

#5155AE (or 0x5155AE) is unknown color: approx Rich Blue. HEX triplet: 51, 55 and AE. RGB value is (81,85,174). Sum of RGB (Red+Green+Blue) = 81+85+174=340 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.82% from 340); Green value is 85 (33.59% from 255 or 25% from 340); Blue value is 174 (68.36% from 255 or 51.18% from 340); Max value from RGB is 174 - color contains mainly: blue. Hex color #5155AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5155AE is #AEAA51. Grayscale: #5D5D5D. Windows color (decimal): -11446866 or 11425105. OLE color: 11425105.

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

Color convert

RGB8185174-
CMYK0.530.5100.32
HSL237.42º36.47%50%-
HSV(B)237.42º53.45%68.24%-
XYZ14.2811.341.47-
YUV93.95173.17118.76-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.82%
GREEN value IS 85 (33.59% from 255) = 25%
BLUE value IS 174 (68.36% from 255) = 51.18%
R=23.82%
G=25%
B=51.18%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal81851740.530.5100.32237.4236.4750
Hex5155AE3533020ed2432
Octal12112525665630403554462
Binary1010001101010110101110110101110011010000011101101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5155AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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