#5155AA

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

Shades of Rich Blue #5155AA

Tints of Rich Blue #5155AA

Color information

#5155AA (or 0x5155AA) is unknown color: approx Rich Blue. HEX triplet: 51, 55 and AA. RGB value is (81,85,170). Sum of RGB (Red+Green+Blue) = 81+85+170=336 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.11% from 336); Green value is 85 (33.59% from 255 or 25.30% from 336); Blue value is 170 (66.80% from 255 or 50.60% from 336); Max value from RGB is 170 - color contains mainly: blue. Hex color #5155AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5155AA is #AEAA55. Grayscale: #5D5D5D. Windows color (decimal): -11446870 or 11162961. OLE color: 11162961.

HSL color Cylindrical-coordinate representation of color #5155AA: hue angle of 237.3º 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 #5155AA is Cyan = 0.52, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8185170-
CMYK0.520.5000.33
HSL237.3º35.46%49.22%-
HSV(B)237.3º52.35%66.67%-
XYZ13.911.1539.45-
YUV93.49171.17119.09-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.11%
GREEN value IS 85 (33.59% from 255) = 25.30%
BLUE value IS 170 (66.80% from 255) = 50.60%
R=24.11%
G=25.30%
B=50.60%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal81851700.520.5000.33237.335.4649.22
Hex5155AA3432021ed2331
Octal12112525264620413554361
Binary1010001101010110101010110100110010010000111101101100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5155AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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