#5550ae

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

Shades of Rich Blue #5550AE

Tints of Rich Blue #5550AE

Color information

#5550AE (or 0x5550AE) is unknown color: approx Rich Blue. HEX triplet: 55, 50 and AE. RGB value is (85,80,174). Sum of RGB (Red+Green+Blue) = 85+80+174=339 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.07% from 339); Green value is 80 (31.64% from 255 or 23.60% from 339); Blue value is 174 (68.36% from 255 or 51.33% from 339); Max value from RGB is 174 - color contains mainly: blue. Hex color #5550AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5550AE is #AAAF51. Grayscale: #5B5B5B. Windows color (decimal): -11186002 or 11423829. OLE color: 11423829.

HSL color Cylindrical-coordinate representation of color #5550AE: hue angle of 243.19º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5550AE is Cyan = 0.51, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB8580174-
CMYK0.510.5400.32
HSL243.19º37.01%49.8%-
HSV(B)243.19º54.02%68.24%-
XYZ14.2510.7241.36-
YUV92.21174.16122.86-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.07%
GREEN value IS 80 (31.64% from 255) = 23.60%
BLUE value IS 174 (68.36% from 255) = 51.33%
R=25.07%
G=23.60%
B=51.33%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal85801740.510.5400.32243.1937.0149.8
Hex5550AE3336020f32532
Octal12512025663660403634562
Binary1010101101000010101110110011110110010000011110011100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5550ae

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5550ae; }

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

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

<style>
 a { background-color: #5550ae; }

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

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

<style>
 span { border-color: #5550ae; }

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

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