#5556BD

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

Shades of Rich Blue #5556BD

Tints of Rich Blue #5556BD

Color information

#5556BD (or 0x5556BD) is unknown color: approx Rich Blue. HEX triplet: 55, 56 and BD. RGB value is (85,86,189). Sum of RGB (Red+Green+Blue) = 85+86+189=360 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.61% from 360); Green value is 86 (33.98% from 255 or 23.89% from 360); Blue value is 189 (74.22% from 255 or 52.5% from 360); Max value from RGB is 189 - color contains mainly: blue. Hex color #5556BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5556BD is #AAA942. Grayscale: #616161. Windows color (decimal): -11184451 or 12408405. OLE color: 12408405.

HSL color Cylindrical-coordinate representation of color #5556BD: hue angle of 239.42º degrees, saturation: 0.44, 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 #5556BD is Cyan = 0.55, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB8586189-
CMYK0.550.5400.26
HSL239.42º44.07%53.73%-
HSV(B)239.42º55.03%74.12%-
XYZ16.2612.2649.65-
YUV97.44179.67119.12-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.61%
GREEN value IS 86 (33.98% from 255) = 23.89%
BLUE value IS 189 (74.22% from 255) = 52.5%
R=23.61%
G=23.89%
B=52.5%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal85861890.550.5400.26239.4244.0753.73
Hex5556BD373601Aef2c36
Octal12512627567660323575466
Binary101010110101101011110111011111011001101011101111101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5556BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5556BD; }

 p { color: rgb(85,86,189); }

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

<style>
 a { background-color: #5556BD; }

 a { background-color: rgb(85,86,189); }

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

<style>
 span { border-color: #5556BD; }

 span { border-color: rgb(85,86,189); }

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