#555AAE

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

Shades of Rich Blue #555AAE

Tints of Rich Blue #555AAE

Color information

#555AAE (or 0x555AAE) is unknown color: approx Rich Blue. HEX triplet: 55, 5A and AE. RGB value is (85,90,174). Sum of RGB (Red+Green+Blue) = 85+90+174=349 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.36% from 349); Green value is 90 (35.55% from 255 or 25.79% from 349); Blue value is 174 (68.36% from 255 or 49.86% from 349); Max value from RGB is 174 - color contains mainly: blue. Hex color #555AAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555AAE is #AAA551. Grayscale: #616161. Windows color (decimal): -11183442 or 11426389. OLE color: 11426389.

HSL color Cylindrical-coordinate representation of color #555AAE: hue angle of 236.63º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #555AAE is Cyan = 0.51, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB8590174-
CMYK0.510.4800.32
HSL236.63º35.46%50.78%-
HSV(B)236.63º51.15%68.24%-
XYZ15.0412.341.63-
YUV98.08170.84118.67-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.36%
GREEN value IS 90 (35.55% from 255) = 25.79%
BLUE value IS 174 (68.36% from 255) = 49.86%
R=24.36%
G=25.79%
B=49.86%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal85901740.510.4800.32236.6335.4650.78
Hex555AAE3330020ed2333
Octal12513225663600403554363
Binary1010101101101010101110110011110000010000011101101100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555AAE; }

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

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

<style>
 a { background-color: #555AAE; }

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

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

<style>
 span { border-color: #555AAE; }

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

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