#5559BB

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

Shades of Rich Blue #5559BB

Tints of Rich Blue #5559BB

Color information

#5559BB (or 0x5559BB) is unknown color: approx Rich Blue. HEX triplet: 55, 59 and BB. RGB value is (85,89,187). Sum of RGB (Red+Green+Blue) = 85+89+187=361 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.55% from 361); Green value is 89 (35.16% from 255 or 24.65% from 361); Blue value is 187 (73.44% from 255 or 51.80% from 361); Max value from RGB is 187 - color contains mainly: blue. Hex color #5559BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5559BB is #AAA644. Grayscale: #626262. Windows color (decimal): -11183685 or 12278101. OLE color: 12278101.

HSL color Cylindrical-coordinate representation of color #5559BB: hue angle of 237.65º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5559BB is Cyan = 0.55, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB8589187-
CMYK0.550.5200.27
HSL237.65º42.86%53.33%-
HSV(B)237.65º54.55%73.33%-
XYZ16.2912.6648.6-
YUV98.98177.67118.03-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.55%
GREEN value IS 89 (35.16% from 255) = 24.65%
BLUE value IS 187 (73.44% from 255) = 51.80%
R=23.55%
G=24.65%
B=51.80%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal85891870.550.5200.27237.6542.8653.33
Hex5559BB373401Bee2b35
Octal12513127367640333565365
Binary101010110110011011101111011111010001101111101110101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5559BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5559BB; }

 p { color: rgb(85,89,187); }

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

<style>
 a { background-color: #5559BB; }

 a { background-color: rgb(85,89,187); }

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

<style>
 span { border-color: #5559BB; }

 span { border-color: rgb(85,89,187); }

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