#5055AA

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

Shades of Rich Blue #5055AA

Tints of Rich Blue #5055AA

Color information

#5055AA (or 0x5055AA) is unknown color: approx Rich Blue. HEX triplet: 50, 55 and AA. RGB value is (80,85,170). Sum of RGB (Red+Green+Blue) = 80+85+170=335 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.88% from 335); Green value is 85 (33.59% from 255 or 25.37% from 335); Blue value is 170 (66.80% from 255 or 50.75% from 335); Max value from RGB is 170 - color contains mainly: blue. Hex color #5055AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5055AA is #AFAA55. Grayscale: #5C5C5C. Windows color (decimal): -11512406 or 11162960. OLE color: 11162960.

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

Color convert

RGB8085170-
CMYK0.530.5000.33
HSL236.67º36%49.02%-
HSV(B)236.67º52.94%66.67%-
XYZ13.8111.139.45-
YUV93.2171.34118.59-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.88%
GREEN value IS 85 (33.59% from 255) = 25.37%
BLUE value IS 170 (66.80% from 255) = 50.75%
R=23.88%
G=25.37%
B=50.75%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal80851700.530.5000.33236.673649.02
Hex5055AA3532021ed2431
Octal12012525265620413554461
Binary1010000101010110101010110101110010010000111101101100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5055AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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