#5151AA

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

Shades of Rich Blue #5151AA

Tints of Rich Blue #5151AA

Color information

#5151AA (or 0x5151AA) is unknown color: approx Rich Blue. HEX triplet: 51, 51 and AA. RGB value is (81,81,170). Sum of RGB (Red+Green+Blue) = 81+81+170=332 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.40% from 332); Green value is 81 (32.03% from 255 or 24.40% from 332); Blue value is 170 (66.80% from 255 or 51.20% from 332); Max value from RGB is 170 - color contains mainly: blue. Hex color #5151AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5151AA is #AEAE55. Grayscale: #5A5A5A. Windows color (decimal): -11447894 or 11161937. OLE color: 11161937.

HSL color Cylindrical-coordinate representation of color #5151AA: hue angle of 240º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5151AA is Cyan = 0.52, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8181170-
CMYK0.520.5200.33
HSL240º35.46%49.22%-
HSV(B)240º52.35%66.67%-
XYZ13.5910.5439.35-
YUV91.15172.5120.76-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.40%
GREEN value IS 81 (32.03% from 255) = 24.40%
BLUE value IS 170 (66.80% from 255) = 51.20%
R=24.40%
G=24.40%
B=51.20%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal81811700.520.5200.3324035.4649.22
Hex5151AA3434021f02331
Octal12112125264640413604361
Binary1010001101000110101010110100110100010000111110000100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5151AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5151AA; }

 p { color: rgb(81,81,170); }

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

<style>
 a { background-color: #5151AA; }

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

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

<style>
 span { border-color: #5151AA; }

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

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