#5559BC

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

Shades of Rich Blue #5559BC

Tints of Rich Blue #5559BC

Color information

#5559BC (or 0x5559BC) is unknown color: approx Rich Blue. HEX triplet: 55, 59 and BC. RGB value is (85,89,188). Sum of RGB (Red+Green+Blue) = 85+89+188=362 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.48% from 362); Green value is 89 (35.16% from 255 or 24.59% from 362); Blue value is 188 (73.83% from 255 or 51.93% from 362); Max value from RGB is 188 - color contains mainly: blue. Hex color #5559BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5559BC is #AAA643. Grayscale: #626262. Windows color (decimal): -11183684 or 12343637. OLE color: 12343637.

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

Color convert

RGB8589188-
CMYK0.550.5300.26
HSL237.67º43.46%53.53%-
HSV(B)237.67º54.79%73.73%-
XYZ16.412.7149.17-
YUV99.09178.17117.95-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.48%
GREEN value IS 89 (35.16% from 255) = 24.59%
BLUE value IS 188 (73.83% from 255) = 51.93%
R=23.48%
G=24.59%
B=51.93%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal85891880.550.5300.26237.6743.4653.53
Hex5559BC373501Aee2b36
Octal12513127467650323565366
Binary101010110110011011110011011111010101101011101110101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5559BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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